DateTimeSeparator enum | QSYS API Reference Guide
DateTimeSeparator describes the character separator to use.
Namespace: ASNA.QSys.Runtime
Assembly: ASNA.QSys.Runtime.dll
Enum Values
Name | Description | Value |
---|---|---|
Blank | ’ ‘ is the separator. | 6 |
Colon | ’:’ is the separator. | 5 |
Comma | ’,’ is the separator. | 4 |
Default | Default indicates the use of the default separator for the given DateTimeDataKind and DateTimeFormat. | 0 |
Dot | ’.’ is the separator. | 3 |
Minus | ’-‘ is the separator. | 2 |
None | No separator. | 7 |
Slash | ’/’ is the separator. | 1 |