Lines Matching full:date
20 * \brief C++ API: Date Interval data type
28 * This class represents a date interval.
36 * Construct a DateInterval given a from date and a to date.
37 * @param fromDate The from date in date interval.
38 * @param toDate The to date in date interval.
50 * Get the from date.
51 * @return the from date in dateInterval.
57 * Get the to date.
58 * @return the to date in dateInterval.