Back to Devexpress

SchedulerControl.ActualTimeZone Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-7fe98355.md

latest1.5 KB
Original Source

SchedulerControl.ActualTimeZone Property

Indicates the Scheduler’s time zone.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public TimeZoneInfo ActualTimeZone { get; }
vb
Public ReadOnly Property ActualTimeZone As TimeZoneInfo

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

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace