Month of a Gregorian Year.
assert(Date(1999, 7, 6).month == 7); assert(Date(2010, 10, 4).month == 10); assert(Date(-7, 4, 5).month == 4);
See Implementation
Month of a Gregorian Year.