Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerOptionsView.CurrentTimeZone Property

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 TcxCustomSchedulerStorage.StoreUsingGlobalTime property value.

The default value of the CurrentTimeZone property is -1.

See Also