Skip to main content
A newer version of this page is available. .
All docs
V21.1

SchedulerControl.ActualTimeZone Property

Indicates the Scheduler’s time zone.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.1.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public TimeZoneInfo ActualTimeZone { get; }

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