Lines Matching full:time
84 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
90 * @param cal Calendar set to the date and time to be formatted
91 * into a date/time string.
124 * Parse a date/time string beginning at the given parse position. For
125 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date
133 * @param text The date/time string to be parsed
134 * @param cal a Calendar set to the date and time to be formatted
135 * into a date/time string.
147 * Parse a date/time string starting at the given parse position. For
148 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date
158 * @param text The date/time string to be parsed
170 * Parse a date/time string. For example, a time text "07/10/96 4:5 PM, PDT"
178 * @param text The date/time string to be parsed
189 * date and time formatters associated with this object.
205 * Get the time pattern for the the time formatter associated with this object.
206 * @param result Output param to receive the time pattern.
213 * Apply the given unlocalized date & time pattern strings to this relative date format.
218 * @param timePattern The time pattern to be applied.
226 DateFormat *fTimeFormat; // the held time format