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