Back to Devexpress

TimeZoneEdit.TimeZoneId Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-timezoneedit.md

latest1.2 KB
Original Source

TimeZoneEdit.TimeZoneId Property

Gets or sets the string identifier of the time zone selected in the control.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public string TimeZoneId { get; set; }
vb
<Browsable(False)>
Public Property TimeZoneId As String

Property Value

TypeDescription
String

A string that uniquely identifies a particular time zone and corresponds to the System.TimeZoneInfo.Id property value.

|

See Also

TimeZoneEdit Class

TimeZoneEdit Members

DevExpress.XtraScheduler.UI Namespace