Lines Matching full:time
87 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
93 * @param cal Calendar set to the date and time to be formatted
94 * into a date/time string.
127 * Parse a date/time string beginning at the given parse position. For
128 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date
136 * @param text The date/time string to be parsed
137 * @param cal a Calendar set to the date and time to be formatted
138 * into a date/time string.
150 * Parse a date/time string starting at the given parse position. For
151 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date
161 * @param text The date/time string to be parsed
173 * Parse a date/time string. For example, a time text "07/10/96 4:5 PM, PDT"
181 * @param text The date/time string to be parsed
192 * date and time formatters associated with this object.
208 * Get the time pattern for the the time formatter associated with this object.
209 * @param result Output param to receive the time pattern.
216 * Apply the given unlocalized date & time pattern strings to this relative date format.
221 * @param timePattern The time pattern to be applied.
227 * Gets the date/time formatting symbols (this is an object carrying
229 * names and abbreviations, time zone names, AM/PM strings, etc.)
230 * @return a copy of the date-time formatting data associated
231 * with this date-time formatter.