Calendar.Compare(Calendar) 方法

定义

将此日历与另一个 Calendar 对象进行比较,并指示其中一个对象的 DateTime 是早于、等于还是晚于另一个对象的 DateTime

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

参数

other
Calendar

要与当前 日历 进行比较的 Calendar 对象。

返回

Int32

int

以下值之一:

返回值 说明
小于零 此日历的日期和时间早于 其他日历的日期和时间。
零个 日期和时间相等。
大于零 此日历的日期和时间晚于 其他日历的日期和时间。

适用于

另请参阅