Home | History | Annotate | Download | only in unicode

Lines Matching refs:date

40  * with the current date and time. We need to specify the type of
57 * needed to implement the date-time formatting for a particular language
123 * The date or time format strings are not part of the definition of a
131 * month up in the date <code>December 12, <b>1996</b></code> results in
135 * <code>Calendar</code> also provides a date arithmetic function for
137 * For example, subtracting 5 days from the date <code>September 12, 1996</code>
398 * the date-related fields.
602 * Get the current date and time.
604 * @return The current date and time.
746 * Sets the GregorianCalendar change date. This is the point when the switch from
748 * 15, 1582. Previous to this time and date will be Julian dates.
755 * @param date The given Gregorian cutover date.
766 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode);
769 * Gets the Gregorian Calendar change date. This is the point when the switch from
771 * 15, 1582. Previous to this time and date will be Julian dates.
880 * @param dateTime The desired date and time.
893 * Set a UCalendar's current date.
894 * The date is represented as a series of 32-bit integers.
899 * @param date The desired day of the month.
910 int32_t date,
914 * Set a UCalendar's current date.
915 * The date is represented as a series of 32-bit integers.
920 * @param date The desired day of the month.
934 int32_t date,
1273 * @param date The UDate in question.
1280 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status);