Lines Matching refs:date
39 * with the current date and time. We need to specify the type of
56 * needed to implement the date-time formatting for a particular language
122 * The date or time format strings are not part of the definition of a
130 * month up in the date <code>December 12, <b>1996</b></code> results in
134 * <code>Calendar</code> also provides a date arithmetic function for
136 * For example, subtracting 5 days from the date <code>September 12, 1996</code>
397 * the date-related fields.
601 * Get the current date and time.
603 * @return The current date and time.
726 * Sets the GregorianCalendar change date. This is the point when the switch from
728 * 15, 1582. Previous to this time and date will be Julian dates.
735 * @param date The given Gregorian cutover date.
746 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode);
749 * Gets the Gregorian Calendar change date. This is the point when the switch from
751 * 15, 1582. Previous to this time and date will be Julian dates.
860 * @param dateTime The desired date and time.
873 * Set a UCalendar's current date.
874 * The date is represented as a series of 32-bit integers.
879 * @param date The desired day of the month.
890 int32_t date,
894 * Set a UCalendar's current date.
895 * The date is represented as a series of 32-bit integers.
900 * @param date The desired day of the month.
914 int32_t date,