Calendar.GetDateTime メソッド

定義

この Calendar オブジェクトのコンポーネントを指定して、日付と時刻を作成します。

public:
 virtual DateTime GetDateTime() = GetDateTime;
DateTime GetDateTime();
public System.DateTimeOffset GetDateTime();
function getDateTime()
Public Function GetDateTime () As DateTimeOffset

戻り値

このカレンダーの日付と時刻を表す DateTime

注釈

.NET 言語 (C#、Visual Basic など) を使用している場合は、この一連の手順に従う場合は、 Calendar オブジェクトで協定世界時 (UTC) タイム ゾーンを使用します。

  • SetToMin または SetToMax を呼び出し、次に
  • GetDateTime を呼び出して 、Calendar を .NET System.DateTime 構造体に変換します。

協定世界時 (UTC) タイム ゾーンを使用しない場合、 GetDateTime は例外をスローします。これは、タイム ゾーン オフセットが原因で計算されたティック数が不足またはオーバーフローするためです。

適用対象

こちらもご覧ください