Calendar.CompareDateTime(DateTime) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
virtual int CompareDateTime(DateTime other) = CompareDateTime;
int CompareDateTime(DateTime const& other);
public int CompareDateTime(System.DateTimeOffset other);
function compareDateTime(other)
Public Function CompareDateTime (other As DateTimeOffset) As Integer
パラメーター
- other
- DateTime DateTimeOffset
現在の予定表と比較する DateTime オブジェクト。
戻り値
Int32
int
次のいずれかの値です。
戻り値 | 説明 |
---|---|
0 より小さい値 | このカレンダーの日付と時刻は、*other* よりも前です。 |
ゼロ | 日付と時刻は等しくなります。 |
0 より大きい値 | このカレンダーの日付と時刻は、*other* の日付と時刻より後です。 |