Lines Matching full:time
117 * to produce the normal time format for that country. Use createDateTimeInstance()
118 * to produce a DateFormat that formats both date and time. You can pass in
129 * You can also set the time zone on the format if you wish. If you want even
152 * the DateTimePatterns resource. There are 4 time patterns, 4 date patterns,
153 * the default date-time pattern, and 4 date-time patterns. Each block of 4 values
265 * Formats a date into a date/time string. This is an abstract method which
271 * <P> For example, given a time text
276 * that if the same time field appears more than once in a pattern, the status will
277 * be set for the first occurence of that time field. For instance,
278 * formatting a UDate to the time string "1 PM PDT (Pacific Daylight Time)"
284 * @param cal Calendar set to the date and time to be formatted
285 * into a date/time string. When the calendar type is
287 * DateFormat instance, the date and the time zone will
302 * Formats a date into a date/time string. Subclasses should implement this method.
304 * @param cal Calendar set to the date and time to be formatted
305 * into a date/time string. When the calendar type is
307 * DateFormat instance, the date and the time zone will
324 * Formats a UDate into a date/time string.
329 * <P> For example, given a time text
334 * that if the same time field appears more than once in a pattern, the status will
335 * be set for the first occurence of that time field. For instance,
336 * formatting a UDate to the time string "1 PM PDT (Pacific Daylight Time)"
342 * @param date UDate to be formatted into a date/time string.
355 * Formats a UDate into a date/time string.
357 * @param date UDate to be formatted into a date/time string.
372 * Formats a UDate into a date/time string. If there is a problem, you won't
385 * Parse a date/time string. For example, a time text "07/10/96 4:5 PM, PDT"
411 * @param text The date/time string to be parsed into a UDate value.
422 * Parse a date/time string beginning at the given parse position. For
423 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date
432 * @param text The date/time string to be parsed.
433 * @param cal A Calendar set on input to the date and time to be used for
434 * missing values in the date/time string being parsed, and set
435 * on output to the parsed date/time. When the calendar type is
438 * calendar set to the same milliseconds and time zone as the
440 * calendar, then the result (milliseconds and time zone) will
452 * Parse a date/time string beginning at the given parse position. For
453 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date
474 * @param text The date/time string to be parsed into a UDate value.
486 * date/time strings into Formattable objects with UDate types.
512 * Create a default date/time formatter that uses the SHORT style for both
513 * the date and the time.
515 * @return A date/time formatter which the caller owns.
521 * Creates a time formatter with the given formatting style for the given
526 * time styles are not currently supported.
528 * @return A time formatter which the caller owns.
553 * Creates a date/time formatter with the given formatting styles for the
563 * @param timeStyle The given formatting style for the time portion of the result.
565 * time styles are not currently supported.
567 * @return A date/time formatter which the caller owns.
584 * Returns whether both date/time parsing in the encapsulated Calendar object and DateFormat whitespace &
591 * Specifies whether date/time parsing is to be lenient. With
606 * @param lenient True specifies date/time interpretation to be lenient.
615 * Returns whether date/time parsing in the encapsulated Calendar object processing is lenient.
623 * Specifies whether encapsulated Calendar date/time parsing is to be lenient. With
635 * Gets the calendar associated with this date/time formatter.
639 * @return the calendar associated with this date/time formatter.
666 * Gets the number formatter which this date/time formatter uses to format
668 * @return the number formatter which this date/time formatter uses.
690 * @return the time zone associated with the calendar of DateFormat.
696 * Sets the time zone for the calendar of this DateFormat object. The caller
704 * Sets the time zone for the calendar of this DateFormat object.
705 * @param zone the new time zone.
785 * The calendar that DateFormat uses to produce the time field values needed
786 * to implement date/time formatting. Subclasses should generally initialize
803 * Gets the date/time formatter with the given formatting styles for the
806 * @param timeStyle the given time formatting style.
808 * @return a date/time formatter, or 0 on failure.