Click or drag to resize

TimeZoneConverterIanaIdToWindowsId Method

IT Hit WebDAV Classes Reference
Gets System time zone ID by IANA time zone ID. Returns null if not found.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public static string IanaIdToWindowsId(
	string ianaTimeZoneId
)

Parameters

ianaTimeZoneId
Type: SystemString
IANA time zone ID.

Return Value

Type: String
System time zone ID or null if no matching time zone ID found.
See Also