バージョン

GetAmbiguousTimeOffsets(TimeZoneToken,DateTimeOffset) メソッド

サマータイムへの移行期間中で時差が曖昧なときに使用される一定の幅をもった時差を取得します。
シンタックス
'宣言
 
Public Overloads MustOverride Function GetAmbiguousTimeOffsets( _
   ByVal token As TimeZoneToken, _
   ByVal dateTimeOffset As DateTimeOffset _
) As TimeSpan()
public abstract TimeSpan[] GetAmbiguousTimeOffsets( 
   TimeZoneToken token,
   DateTimeOffset dateTimeOffset
)

パラメータ

token
特定のタイムゾーンを表すオブジェクト。
dateTimeOffset
dateTime 値と時差。
例外
例外解説
System.ArgumentExceptionDateTime が明瞭である場合。
参照