Home | History | Annotate | Download | only in html

Lines Matching defs:Month

41 // * Month type: year-month
42 // * Date type: year-month-day
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
66 int month() const { return m_month; }
93 // Sets year and month.
95 // Sets year, month and monthDay.
101 // Sets year, month, monthDay, hour, minute, second and millisecond.
103 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.
118 // For Month type. Updates m_year and m_month.
126 // Another initializer for Month type. Updates m_year and m_month.
134 // Do not call this for types other than Month.
192 Month,