'宣言 Public Shared Function GetTimeZone( _ ByVal name As System.String _ ) As TimeZoneInfo
public static TimeZoneInfo GetTimeZone( System.string name )
パラメータ
- name
- 検索するタイムゾーンの名前
戻り値の型
見つかった場合はその TimeZoneInfo のインスタンス、見つからなければ null。
'宣言 Public Shared Function GetTimeZone( _ ByVal name As System.String _ ) As TimeZoneInfo
public static TimeZoneInfo GetTimeZone( System.string name )