Class TimeZoneEditor
Combo box control to select a time zone.
public class TimeZoneEditor : ComboBoxEdit
- Inheritance
-
TimeZoneEditor
- Extension Methods
Constructors
TimeZoneEditor()
Initializes a new instance of the TimeZoneEditor class.
public TimeZoneEditor()
Properties
TimeZone
Gets or sets the selected time zone.
public TimeZoneInfo TimeZone { get; set; }