Represents the 12 months of the Gregorian year (January is 1).
assert(Date(2018, 10, 1).month == Month.oct); assert(DateTime(1, 1, 1).month == Month.jan);
See Implementation
Represents the 12 months of the Gregorian year (January is 1).