TimeRuler.TimeZoneId Property
Gets or sets the time zone displayed by the time ruler.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[TypeConverter(typeof(TimeZoneIdStringTypeConverter))]
[XtraSerializableProperty(XtraSerializationVisibility.Visible, XtraSerializationFlags.DefaultValue)]
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