API Version: 1.0
Library Version: 0.3.0-dev
Generated by gi-docgen 2024.1
since: 0.2
gint birb_date_time_compare ( GDateTime* dt1, GDateTime* dt2 )
Compare two GDateTime objects.
GDateTime
Available since: 0.2
dt1
Type: GDateTime
The pointer to the first GDateTime to compare.
NULL
dt2
The pointer to the second GDateTime to compare.
Type: gint
gint
-1, 0 or 1 if dt1 is less than, equal to or greater than dt2.