Skip to main content

ASPxSchedulerStorageControl.ClientTimeZoneId Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

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.

Remarks

This property enables you to set the Scheduler Storage control’s time zone irrespective of the host time zone settings. See the Time Zones document for more information on time zone support in the Scheduler Storage control.

The Scheduler Storage control uses string identifiers for time zones defined on a local system. Time zones in .NET are represented by a TimeZoneInfo class. Time zones in the Windows system can be enumerated and obtained as described in the corresponding articles. See the Finding the Time Zones Defined on a Local System article for more information.

See Also