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
下列其中一個值:
傳回值 | 描述 |
---|---|
小於零 | 此行事曆的日期和時間早于 *other* 的日期和時間。 |
零個 | 日期和時間相等。 |
大於零 | 此行事曆的日期和時間晚于 *other* 的日期和時間。 |