Skip to main content

TcxCustomSchedulerStorage.StoreUsingGlobalTime Property

Specifies whether the persistence manager component uses UTC time instead of local.

Declaration

property StoreUsingGlobalTime: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to store user event start and finish times as coordinated universal time (UTC) values. By default, the component stores events using the local time zone.

The Scheduler control converts UTC time values to the local time zone corresponding to the primary time ruler to the left of the scheduling area. You can use the control’s OptionsView.CurrentTimeZone property to change the primary ruler’s time zone.

Note

The web service persistence manager component does not use local time, since all online calendar services use only coordinated universal time (UTC) to store user events.

The default StoreUsingGlobalTime property value is False.

See Also