Back to Devexpress

TcxSchedulerOptionsView.CurrentTimeZone Property

vcl-cxschedulercustomcontrols-dot-tcxscheduleroptionsview-5e0512ef.md

latest2.0 KB
Original Source

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

TcxSchedulerDateTimeHelper.TimeZoneInfo

TcxSchedulerOptionsView.AdditionalTimeZone

TcxSchedulerOptionsView.CurrentTimeZoneLabel

TcxSchedulerOptionsView.ShowAdditionalTimeZone

TcxSchedulerReminders.TimeZone

TcxSchedulerReminders.TimeZoneDaylightSaving

TcxSchedulerOptionsView Class

TcxSchedulerOptionsView Members

cxSchedulerCustomControls Unit