TimeRuler.UseClientTimeZone Property
Gets or sets whether a particular TimeRuler always uses the ClientTimeZoneId setting.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, if a Time |
#Remarks
The Time Ruler element with the UseClientTimeZone property set to true uses the client time zone specified by the SchedulerOptionsBehaviorBase.ClientTimeZoneId property. By default, a client time zone is the same as the time zone of the host.
The time scale of the TimeRuler that uses the client time zone always starts at 00:00 AM. Time scales of time rulers with different time zone settings are shifted relative to the time scale of the time ruler that belongs to the client time zone.
Note
When the Time
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the UseClientTimeZone property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.