ICU 4.6  4.6
Data Fields
DateIntervalFormat::PatternInfo Struct Reference

Data Fields

UnicodeString firstPart
UnicodeString secondPart
UBool laterDateFirst
 Whether the first date in interval pattern is later date or not.

Field Documentation

Whether the first date in interval pattern is later date or not.

Fallback format set the default ordering. And for a particular interval pattern, the order can be overriden by prefixing the interval pattern with "latestFirst:" or "earliestFirst:" For example, given 2 date, Jan 10, 2007 to Feb 10, 2007. if the fallback format is "{0} - {1}", and the pattern is "d MMM - d MMM yyyy", the interval format is "10 Jan - 10 Feb, 2007". If the pattern is "latestFirst:d MMM - d MMM yyyy", the interval format is "10 Feb - 10 Jan, 2007"

Definition at line 564 of file dtitvfmt.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines