Skip to main content

ASPxSchedulerPrintAdapterBase.ClientTimeZoneId Property

Gets or sets the client time zone of the Scheduler that is used in the scheduler report.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

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 time zone irrespective of the host time zone settings. See the Scheduler Time Zones document for more information on time zone support in the Scheduler.

The Scheduler 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