CalendarBase.TimeZone Property
Gets or sets the time zone for the Calendar. 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; protected 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 Calendar operates. Refer to the Microsoft Time Zone Index Values topic for the list of all available time zones.
The Calendar is not able to read a custom time zone created by calling the standard System.TimeZoneInfo.CreateCustomTimeZone method.
See Also