Occurs when the time zone selection has changed.
The event handler receives an argument of type TimeZoneEventArgs containing data related to this event. The following TimeZoneEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DaylightSavingEnabled | Gets the flag indicating whether daylight saving is enabled for the time zone. |
| DaylightSavingOption | Gets the flag indicating whether daylight saving is an option for the time zone. |
| TimeZoneDescription | Gets the description of the time zone. |
| UtcOffset | Gets the UTC offset of the time zone. |
TimeZonePicker Class | ComponentSpace.TimeZonePicker Namespace