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

ASPxTimeZoneEdit Class

A combo box editor used to specify a time zone.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxTimeZoneEdit :
    ASPxSchedulerRelatedControl

Remarks

The control allows selection of a time zone for an ASPxScheduler control, specified by the ASPxSchedulerRelatedControlBase.MasterControlID property.

The control transfers information about the selected time zone from the client to the server side of the ASPxScheduler control. The ASPxScheduler control uses the server’s time zone by default. At present, the ASPxScheduler has no method to detect the time zone of the browser in which it operates. A simple way to accomplish this task is to use the ASPxTimeZoneEdit control.

The identifier of the selected zone is available via the SchedulerOptionsBehaviorBase.ClientTimeZoneId property of the Scheduler.

The common appearance of the ASPxTimeZoneEdit is shown below.

ASPxTimeZoneEdit

See Also