方法

GLibDatecompare

声明 [src]

gint
g_date_compare (
  const GDate* lhs,
  const GDate* rhs
)

描述 [src]

为日期的 Qsort() 风格比较函数。两个日期都必须有效。

参数

rhs

类型: GDate

比较的第二个日期。

数据由方法的调用者所拥有。

返回值

类型: gint

0 为相等,如果 lhs 小于 rhs 则为负数,如果 lhs 大于 rhs 则为正数。