Skip to main content
A newer version of this page is available. .

SchedulerStorageControlSettings.ClientTimeZoneId Property

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

Namespace: DevExpress.Web.Mvc

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

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