'宣言 Public Overloads Function FindByStandardName( _ ByVal standardName As String, _ ByVal throwException As Boolean _ ) As TimeZoneInfo
public TimeZoneInfo FindByStandardName( string standardName, bool throwException )
| 例外 | 解説 |
|---|---|
| System.Exception | ローカル マシンのレジストリーから取得したタイム ゾーン リストのインスタンスの standardName パラメーターの値が StandardName プロパティに一致しない場合にスローされます。 |