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.cr

Enum Members

Day = 0_u32

a day

Month = 1_u32

a month

Year = 2_u32

a year

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def day? #

[View source]
def month? #

[View source]
def year? #

[View source]