How to fill in the time zone in the drop-down list?
Winforms example:
myComboBox.DisplayMember = "DisplayName"; myComboBox.DataSource = TimeZoneInfo.GetSystemTimeZones();