Lines Matching refs:DateInterval
42 * We introduced class DateInterval to represent it.
43 * DateInterval is a pair of UDate, which is
47 * DateIntervalFormat formats a DateInterval into
51 * And it parses text into DateInterval,
60 * So, formatting a DateInterval is pattern-driven. It is very
206 * DateInterval* dtInterval = new DateInterval(1000*3600*24, 1000*3600*24*2);
382 * objects with a DateInterval type.
383 * If a the Formattable object type is not a DateInterval,
387 * Must be a DateInterval.
407 * Format a DateInterval
409 * @param dtInterval DateInterval to be formatted.
421 UnicodeString& format(const DateInterval* dtInterval,
461 * DateInterval type, which is a pair of UDate.