API 版本: 2.0
库版本: 2.83.2
由 gi-docgen 2024.1 生成
gint g_date_compare ( const GDate* lhs, const GDate* rhs )
为日期的 Qsort() 风格比较函数。两个日期都必须有效。
rhs
类型: GDate
GDate
比较的第二个日期。
类型: gint
gint
0 为相等,如果 lhs 小于 rhs 则为负数,如果 lhs 大于 rhs 则为正数。
lhs