TcxSchedulerOptionsView.CurrentTimeZone Property
In This Article
Specifies the time zone for the primary time ruler.
#Declaration
Delphi
property CurrentTimeZone: Integer index 1 read; write; default -1;
#Property Value
Type |
---|
Integer |
#Remarks
The primary time ruler is displayed to the left of the scheduling area. The time intervals used in the time ruler depend on the TcxSchedulerDayView.TimeScale property value.
Note
the time user events are displayed in corresponds to the primary time ruler. The times that are persisted in a data store for the user events depends upon the Tcx
The default value of the CurrentTimeZone property is -1.
See Also