Skip to main content

TimeRuler.TimeZoneId Property

Gets or sets the time zone displayed by the time ruler.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public string TimeZoneId { get; set; }

Property Value

Type Description
String

A string that identifies the time zone. The string is identical to one of the possible System.TimeZoneInfo.Id values.

See Also