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