Public Shared Function IsWindowsID( _ ByVal timeZoneID As String _ ) As Boolean
public static bool IsWindowsID( string timeZoneID )
Parameters
- timeZoneID
- The windows time zone ID
Return Value
True if the specified time zone ID is found in the list of windows IDs.