TimeZoneConverterIanaIdToWindowsId Method
IT Hit WebDAV Classes Reference
Gets System time zone ID by IANA 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 IanaIdToWindowsId(
string ianaTimeZoneId
)
Public Shared Function IanaIdToWindowsId (
ianaTimeZoneId As String
) As String
public:
static String^ IanaIdToWindowsId(
String^ ianaTimeZoneId
)
static member IanaIdToWindowsId :
ianaTimeZoneId : string -> string
Parameters
- ianaTimeZoneId
- Type: SystemString
IANA time zone ID.
Return Value
Type:
StringSystem time zone ID or
null if no matching time zone ID found.
See Also