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