SchedulerControl.TimeZone Property
Gets or sets the time zone for the Scheduler. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
[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