Skip to main content

TimeZoneEdit() Constructor

Initializes a new instance of the TimeZoneEdit class with default settings.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public TimeZoneEdit()

Remarks

Loads a list of available time zones obtained using the System.TimeZoneInfo.GetSystemTimeZones method into a combo box.

See Also