SchedulerControl.ActualTimeZone Property
Indicates the Scheduler’s time zone.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type |
---|
TimeZoneInfo |
Remarks
When a user creates an appointment, the appointment’s TimeZoneId value corresponds to the ActualTimeZone property value.
If the TimeZone property is set to null, the ActualTimeZone property returns the system time zone (TimeZoneInfo.Id.Local).
Refer to the following topic for more information: Time Zones.
See Also