Skip to main content

SchedulerStorageControlSettings.ClientTimeZoneId Property

Gets or sets the client time zone of the Scheduler Storage control extension.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string ClientTimeZoneId { get; set; }

Property Value

Type Description
String

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

See Also