TimeZoneConverterWindowsIdToIanaId Method
IT Hit WebDAV Classes Reference
Gets IANA time zone ID by System time zone ID. Returns null if not found.
Namespace: ITHit.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxpublic static string WindowsIdToIanaId(
string systemTimeZoneId
)
Public Shared Function WindowsIdToIanaId (
systemTimeZoneId As String
) As String
public:
static String^ WindowsIdToIanaId(
String^ systemTimeZoneId
)
static member WindowsIdToIanaId :
systemTimeZoneId : string -> string
Parameters
- systemTimeZoneId
- Type: SystemString
System time zone ID.
Return Value
Type:
StringIANA time zone ID or
null if no matching time zone ID found.
See Also