Skip to main content

AppointmentFormTemplateContainer.TimeZoneId Property

Gets the string identifier of the time zone.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.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