Skip to main content

TimeRuler.TimeZone Property

Gets or sets the time zone displayed by the time ruler. 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 the time zone.

See Also