Lines Matching defs:month
646 @property Month month() const @safe pure nothrow @nogc in yearBC() function
682 @property void month(Month month) @safe pure in yearBC() function
3622 this(int year, int month, int day) @safe pure in this()
3637 static void testDate(in Date date, int year, int month, int day) in testDate()
4097 @property Month month() const @safe pure nothrow @nogc in month() function
4133 @property void month(Month month) @safe pure in month() function
7261 int day, month, year; variable
7407 auto month = dstr[$-5 .. $-3]; variable
7548 auto month = monthFromString(to!string(dstr[$-6 .. $-3])); variable
7710 static bool _valid(int year, int month, int day) @safe pure nothrow @nogc in _valid()
9392 int monthsToMonth(int currMonth, int month) @safe pure in monthsToMonth()
9792 ubyte maxDay(int year, int month) @safe pure nothrow @nogc in maxDay()
9990 string monthToString(Month month) @safe pure in getDayOfWeek()
10086 Month month; in getDayOfWeek() member