Home | History | Annotate | Download | only in unicode

Lines Matching defs:DateInterval

32 class U_COMMON_API DateInterval : public UObject {
36 * Construct a DateInterval given a from date and a to date.
41 DateInterval(UDate fromDate, UDate toDate);
47 virtual ~DateInterval();
51 * @return the from date in dateInterval.
58 * @return the to date in dateInterval.
95 DateInterval(const DateInterval& other);
101 DateInterval& operator=(const DateInterval&);
108 virtual UBool operator==(const DateInterval& other) const;
115 UBool operator!=(const DateInterval& other) const;
121 * @return a cloned DateInterval
124 virtual DateInterval* clone() const;
130 DateInterval();
135 } ;// end class DateInterval
139 DateInterval::getFromDate() const {
145 DateInterval::getToDate() const {
151 DateInterval::operator!=(const DateInterval& other) const {