共用方式為


Calendar.CompareDateTime(DateTime) 方法

定義

比較此行事曆與 DateTime 物件,並指出其中一個的日期和時間早于、等於或晚于另一個物件的日期和時間。

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* 的日期和時間。

適用於

另請參閱