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.AdditionalTimeZone Property

Specifies the time zone for the second time ruler.

#Declaration

Delphi
property AdditionalTimeZone: Integer index 0 read; write; default -1;

#Property Value

Type
Integer

#Remarks

The second time ruler may be useful when scheduling user events with people in different time zones. The second time ruler, if specified, is displayed to the left of the primary time ruler (see the CurrentTimeZone property) in the scheduling area. The intervals in the time ruler depend on the TcxSchedulerDayView.TimeScale property value.

Note

the times of user events are displayed in corresponds to the primary time ruler. The times of user events that are persisted in a data store depend on the TcxCustomSchedulerStorage.StoreUsingGlobalTime property value.

The default value of the AdditionalTimeZone property is -1.

See Also