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

AppointmentFormTemplateContainer.TimeZoneId Property

Gets or sets the string identifier of the time zone.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public string TimeZoneId { get; }

Property Value

Type Description
String

A string that is the key string identifier allowed for the System.TimeZoneInfo.Id property.

See Also