TimeZoneDatabaseGetIanaTimeZones Method
IT Hit WebDAV Classes Reference
Gets the list of IANA time zone IDs.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax public static IEnumerable<string> GetIanaTimeZones()
Public Shared Function GetIanaTimeZones As IEnumerable(Of String)
public:
static IEnumerable<String^>^ GetIanaTimeZones()
static member GetIanaTimeZones : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringCollection of strings - IDs of IANA time zones.
See Also