Calendar.Compare(Calendar) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual int Compare(Calendar ^ other) = Compare;
int Compare(Calendar const& other);
public int Compare(Calendar other);
function compare(other)
Public Function Compare (other As Calendar) As Integer
參數
傳回
Int32
int
下列其中一個值:
傳回值 | 描述 |
---|---|
小於零 | 此行事曆的日期和時間早于 其他行事曆的日期和時間。 |
零個 | 日期和時間相等。 |
大於零 | 此行事曆的日期和時間晚 于其他行事曆的日期和時間。 |