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*。

适用于

另请参阅