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
以下值之一:
返回值 | 说明 |
---|---|
小于零 | 此日历的日期和时间早于 其他日历的日期和时间。 |
零个 | 日期和时间相等。 |
大于零 | 此日历的日期和时间晚于 其他日历的日期和时间。 |