ComponentSpace Time Zone Picker Control Reference

TimeZonePicker.TimeZoneChanged Event

Occurs when the time zone selection has changed.

[Visual Basic]
Public Event TimeZoneChanged As TimeZoneEventHandler
[C#]
public event TimeZoneEventHandler TimeZoneChanged;

Event Data

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.

See Also

TimeZonePicker Class | ComponentSpace.TimeZonePicker Namespace