Back to Devexpress

TimeRuler.TimeZoneId Property

corelibraries-devexpress-dot-xtrascheduler-dot-timeruler-f585511f.md

latest1.1 KB
Original Source

TimeRuler.TimeZoneId Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public string TimeZoneId { get; set; }
vb
Public Property TimeZoneId As String

Property Value

TypeDescription
String

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

|

See Also

TimeRuler Class

TimeRuler Members

DevExpress.XtraScheduler Namespace