TcxSchedulerOptionsView.AdditionalTimeZone Property
Specifies the time zone for the second time ruler.
Declaration
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