TimeRuler.UseClientTimeZone Property
Gets or sets whether a particular TimeRuler always uses the ClientTimeZoneId setting.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool UseClientTimeZone { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if a TimeRuler uses ClientTimeZoneId setting; otherwise, false. |
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 TimeRuler.TimeZoneId property of the TimeRuler is modified, the UseClientTimeZone value becomes false.
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.