'Declaration
Public Shared Function GetTimeZone( _ ByVal name As String _ ) As TimeZoneInfo
public static TimeZoneInfo GetTimeZone( string name )
Parameters
- name
- A name of the time zone to search for.
Return Value
TimeZoneInfo instance if any; null otherwise.