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

AppointmentFormTemplateContainer.TimeZoneId Property

Gets the string identifier of the time zone.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public string TimeZoneId { get; }

Property Value

Type Description
String

The key string identifier allowed for the System.TimeZoneInfo.Id property.

See Also