LabVIEW configuration file/Time and Date: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
This is a list of LabVIEW ini File settings relating to Time and Date settings. | This is a list of LabVIEW ini File settings relating to Time and Date settings. {{TOCright}} {{ labviewconfigurationkey | ||
{{ labviewconfigurationkey | |||
| keyname = dateDayFirst | | keyname = dateDayFirst | ||
| example =dateDayFirst=TRUE | | example =dateDayFirst=TRUE | ||
| Line 19: | Line 17: | ||
| OS4 =u | | OS4 =u | ||
| notes =None | | notes =None | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = dateSeparator | | keyname = dateSeparator | ||
| Line 38: | Line 37: | ||
| OS4 =u | | OS4 =u | ||
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values. | | notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values. | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = hour24 | | keyname = hour24 | ||
| Line 57: | Line 57: | ||
| OS4 =u | | OS4 =u | ||
| notes =None | | notes =None | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = timeSeparator | | keyname = timeSeparator | ||
| Line 76: | Line 77: | ||
| OS4 =u | | OS4 =u | ||
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values. | | notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values. | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = yearFirst | | keyname = yearFirst | ||
| Line 95: | Line 97: | ||
| OS4 =u | | OS4 =u | ||
| notes =None | | notes =None | ||
}} | }} | ||
<br> | |||
[[Category: | [[Category:Configuration File]] | ||
Revision as of 19:50, 9 February 2009
This is a list of LabVIEW ini File settings relating to Time and Date settings.
== dateDayFirst ==
| Example | dateDayFirst=TRUE
|
|---|---|
| Description | Use the DD/MM/YY date format |
| Datatype | Boolean |
| Permitted Values | |
| Default Value | TRUE or FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
dateSeparator
| Example | dateSeparator=47
|
|---|---|
| Description | The separator character for date strings |
| Datatype | Integer |
| Permitted Values | Decimal value of any page-one ASCII character |
| Default Value | 47 ("/") |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | See ASCII chart for characters' decimal values. |
hour24
| Example | hour24=TRUE
|
|---|---|
| Description | Use the 24 hour format for time strings |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
timeSeparator
| Example | timeSeparator=58
|
|---|---|
| Description | The separator character for time strings |
| Datatype | Integer |
| Permitted Values | Decimal value of any page-one ASCII character |
| Default Value | 47 ("/") |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | See ASCII chart for characters' decimal values. |
yearFirst
| Example | yearFirst=TRUE
|
|---|---|
| Description | Use the YY/MM/DD date format |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |