Name | Type | Multiplicity | Description |
---|---|---|---|
shortDateTimeFormat |
property string |
[0,1] | Pattern used to display date-time values in short notation, used in places where the space is limited (e. |
longDateTimeFormat |
property string |
[0,1] | Pattern used to display date-time values in long notation, used in places where space is no concern (e. |
Flags: RAM,runtime
Multiplicity: [0,1]
Pattern used to display date-time values in short notation, used in places where the space is limited (e.g. in dense table columns). The pattern is a two character code. The first character is the date style, and the second character is the time style. Specify a character of 'S' for short style, 'M' for medium, 'L' for long, and 'F' for full. A date or time may be ommitted by specifying a style character '-'. The actual presentation of days, months, hours and so on are specified by localization settings.
Flags: RAM,runtime
Multiplicity: [0,1]
Pattern used to display date-time values in long notation, used in places where space is no concern (e.g. full-screen forms). The pattern is a two character code. The first character is the date style, and the second character is the time style. Specify a character of 'S' for short style, 'M' for medium, 'L' for long, and 'F' for full. A date or time may be ommitted by specifying a style character '-'. The actual presentation of days, months, hours and so on are specified by localization settings.