Determines if the time bar displays 12-hour time with.

Added in 4.1.18

Usage

Set_Property(OLECtrlEntID, "OLE.TimeBarAMPM", Boolean)

Values

[True | False]

Default: True

Remarks

The TimeBarAMPM property affects how times are displayed in the timebar. By default, times are displayed in 12-hour formats with am/pm notation. If you want times displayed in 24-hour format, set this property to False.

Example

// Show times in the time bar in 24-hour (military) time
Set_Property(@Window:".OLE_SCHEDULE", "OLE.TimeBarAMPM", No$)

See Also

DateHeaderFormat

  • No labels