Click or drag to resize

TimeZoneConverterWindowsIdToIanaId Method

IT Hit WebDAV Classes Reference
Gets IANA time zone ID by System 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 WindowsIdToIanaId(
	string systemTimeZoneId
)

Parameters

systemTimeZoneId
Type: SystemString
System time zone ID.

Return Value

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