'宣言 Public Shared Function GetTimeZone( _ ByVal name As System.String _ ) As TimeZoneInfo
public static TimeZoneInfo GetTimeZone( System.string name )
パラメータ
- name
- A name of the time zone to search for.
戻り値の型
TimeZoneInfo instance if any; null otherwise.