Lines Matching full:time
49 * parsing (text -> millis), and normalization. Formats/Parses a date or time,
52 * Clients are encouraged to create a date-time formatter using DateFormat::getInstance(),
61 * Date/Time format syntax:
63 * The date/time format is specified by means of a string time pattern. In this
91 * z time zone (Time) Pacific Standard Time
92 * Z time zone (RFC 822) (Number) -0800
93 * v time zone (generic) (Text) Pacific Time
94 * V time zone (abreviation) (Text) PT
95 * VVVV time zone (location) (Text) United States (Los Angeles)
121 * like ':', '.', ' ', '#' and '@' will appear in the resulting time text
132 * "yyyy.MM.dd G 'at' HH:mm:ss vvvv" ->> 1996.07.10 AD at 15:08:56 Pacific Time
135 * "hh 'o''clock' a, zzzz" ->> 12 o'clock PM, Pacific Daylight Time
148 * // Format the current time.
163 * In the above example, the time value "currentTime_2" obtained from parsing
167 * time in PM.
173 * within 80 years before and 20 years after the time the SimpleDateFormat
203 * For time zones that have no names, SimpleDateFormat uses strings GMT+hours:minutes or
250 * date or time pattern are to be rendered using Thai digits, simply specify the numbering system override
291 * date or time pattern are to be rendered using Thai digits, simply specify the numbering system override
374 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
380 * @param cal Calendar set to the date and time to be formatted
381 * into a date/time string.
394 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
400 * @param cal Calendar set to the date and time to be formatted
401 * into a date/time string.
417 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
423 * @param obj A Formattable containing the date-time value to be formatted
424 * into a date-time string. If the type of the Formattable
441 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
447 * @param obj A Formattable containing the date-time value to be formatted
448 * into a date-time string. If the type of the Formattable
520 * Parse a date/time string beginning at the given parse position. For
521 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date
529 * @param text The date/time string to be parsed
530 * @param cal a Calendar set to the date and time to be formatted
531 * into a date/time string.
543 * Parse a date/time string starting at the given parse position. For
544 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date
554 * @param text The date/time string to be parsed
566 * Parse a date/time string. For example, a time text "07/10/96 4:5 PM, PDT"
574 * @param text The date/time string to be parsed
593 * time at which a SimpleDateFormat object is created.
611 * time at which a SimpleDateFormat object is created.
669 * Gets the date/time formatting symbols (this is an object carrying
671 * names and abbreviations, time zone names, AM/PM strings, etc.)
672 * @return a copy of the date-time formatting data associated
673 * with this date-time formatter.
679 * Set the date/time formatting symbols. The caller no longer owns the
681 * @param newFormatSymbols the given date-time formatting symbols to copy.
687 * Set the date/time formatting data.
688 * @param newFormatSymbols the given date-time formatting symbols to copy.
779 * @param timeStyle the time style.
867 * @param timeStyle The time style, as passed to DateFormat::createDateInstance().
885 * @param text the time text being parsed.
890 * @param cal a Calendar set to the date and time to be formatted
891 * into a date/time string.
900 * @param text the time text being parsed.
905 * @param cal a Calendar set to the date and time to be formatted
906 * into a date/time string.
916 * @param text the time text to be parsed.
923 * @param cal a Calendar set to the date and time to be formatted
924 * into a date/time string.
1073 * month and day names, AM and PM strings, time zone names, etc.)