Uses a time zone index to return the OutlookTimeZone object for the corresponding time zone.
| C# | Visual Basic |
public OutlookTimeZone GetTimeZoneFromIndex( int index )
Public Function GetTimeZoneFromIndex ( _ index As Integer _ ) As OutlookTimeZone
- index (Int32)
- The index of the time zone you want to retrieve.
An OutlookTimeZone object.
Refer to the file timezones.csv in the Windows Mobile SDKs for a list of time zones and their offsets.