'宣言 Public Overloads Shared Function FromStandardName( _ ByVal standardName As String, _ ByVal throwException As Boolean _ ) As TimeZoneInfo
public static TimeZoneInfo FromStandardName( string standardName, bool throwException )
例外 | 解説 |
---|---|
System.Exception | throwException が true で StandardName と一致する TimeZoneInfo が見つからない場合にスローされます。TimeZone 情報はローカル マシンのオペレーティング システムから取得されることに注意してください。 |