Home | History | Annotate | Download | only in unicode

Lines Matching defs:DateInterval

34 class U_COMMON_API DateInterval : public UObject {
38 * Construct a DateInterval given a from date and a to date.
43 DateInterval(UDate fromDate, UDate toDate);
49 virtual ~DateInterval();
53 * @return the from date in dateInterval.
60 * @return the to date in dateInterval.
97 DateInterval(const DateInterval& other);
103 DateInterval& operator=(const DateInterval&);
110 virtual UBool operator==(const DateInterval& other) const;
117 UBool operator!=(const DateInterval& other) const;
123 * @return a cloned DateInterval
126 virtual DateInterval* clone() const;
132 DateInterval();
137 } ;// end class DateInterval
141 DateInterval::getFromDate() const {
147 DateInterval::getToDate() const {
153 DateInterval::operator!=(const DateInterval& other) const {