Home | History | Annotate | Download | only in platform

Lines Matching refs:Month

42 // * Month type: year-month
43 // * Date type: year-month-day
46 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
67 Month,
78 int month() const { return m_month; }
106 // Sets year and month.
108 // Sets year, month and monthDay.
114 // Sets year, month, monthDay, hour, minute, second and millisecond.
116 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.
131 // For Month type. Updates m_year and m_month.
139 // Another initializer for Month type. Updates m_year and m_month.
147 // Do not call this for types other than Month.