Home | History | Annotate | Download | only in unicode

Lines Matching full:month

63  * <code>UDate</code> (such as only year and month but no day in the month),
107 * month, day-of-month <em>and</em> day-of-week in some cases.
131 * month up in the date <code>December 12, <b>1996</b></code> results in
192 * Field number indicating the month. This is a calendar-specific value.
193 * The first month of the year is
227 * week number within the current month. The first week of the month, as
231 * the month.
242 * day of the month. This is a synonym for <code>DAY_OF_MONTH</code>.
243 * The first day of the month has value 1.
274 * ordinal number of the day of the week within the current month. Together
276 * within a month. Unlike <code>WEEK_OF_MONTH</code> and
285 * end of the month, so the last Sunday of a month is specified as
288 * within the month than positive values. For example, if a month has 31
415 * Whether or not the current month is a leap month (0 or 1). See the Chinese calendar for
428 * day of the month. This is a synonym for <code>UCAL_DATE</code>.
429 * The first day of the month has value 1.
467 /** Possible months in a UCalendar. Note: Calendar month is 0-based.
496 * thirteenth month of the year. Although the Gregorian calendar
613 * month, and day.
810 * of days in the first week of the month.
825 * of days in the first week of the month.
841 * day and month names for the locale.
897 * @param month The desired month; one of UCAL_JANUARY, UCAL_FEBRUARY, UCAL_MARCH, UCAL_APRIL, UCAL_MAY,
899 * @param date The desired day of the month.
909 int32_t month,
918 * @param month The desired month; one of UCAL_JANUARY, UCAL_FEBRUARY, UCAL_MARCH, UCAL_APRIL, UCAL_MAY,
920 * @param date The desired day of the month.
933 int32_t month,