SchedulerControl.ActualTimeZone Property
In This Article
Indicates the Scheduler’s time zone.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public TimeZoneInfo ActualTimeZone { get; }
#Property Value
Type |
---|
Time |
#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