enum
GLib::DateDMY
Overview
This enumeration isn't used in the API, but may be useful if you need to mark a number as a day, month, or year.
Defined in:
lib/gi-crystal/src/auto/g_lib-2.0/g_lib.crEnum Members
-
Day =
0_u32
-
a day
-
Month =
1_u32
-
a month
-
Year =
2_u32
-
a year
Instance Method Summary
-
#day?
Returns
true
if this enum value equalsDay
-
#month?
Returns
true
if this enum value equalsMonth
-
#year?
Returns
true
if this enum value equalsYear