Skip to main content

SchedulerControl.TimeZone Property

Gets or sets the time zone for the Scheduler. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnTimeZoneChanged")]
[TypeConverter(typeof(TimeZoneInfoTypeConverter))]
public TimeZoneInfo TimeZone { get; set; }

Property Value

Type Description
TimeZoneInfo

A System.TimeZoneInfo object identifying a time zone.

Remarks

Use the TimeZone to specify the basic time zone in which the Scheduler operates. Refer to the Microsoft Time Zone Index Values topic for the list of all available time zones.

See Also