DCL 4.0
|
Go to the source code of this file.
Classes | |
class | Date |
class | Time |
class | Interval |
class | DateTime |
Macros | |
#define | __DCL_DATE_TIME_H__ 20050323 |
#define | DATETIME_FORMAT_BUFFER_SIZE 256 |
Functions | |
DCLCAPI Date | operator+ (const Date &d, long nDays) |
DCLCAPI Date | operator+ (long nDays, const Date &d) |
DCLCAPI Date | operator- (const Date &d, long nDays) |
DCLCAPI long | operator- (const Date &d1, const Date &d2) |
DCLCAPI bool | operator== (const Date &d1, const Date &d2) |
DCLCAPI bool | operator!= (const Date &d1, const Date &d2) |
DCLCAPI bool | operator>= (const Date &d1, const Date &d2) |
DCLCAPI bool | operator<= (const Date &d1, const Date &d2) |
DCLCAPI bool | operator> (const Date &d1, const Date &d2) |
DCLCAPI bool | operator< (const Date &d1, const Date &d2) |
DCLCAPI Time | operator+ (const Time &t, long nMilliSeconds) |
DCLCAPI Time | operator+ (long nMilliSeconds, const Time &t) |
DCLCAPI Time | operator- (const Time &t, long nMilliSeconds) |
DCLCAPI long | operator- (const Time &t1, const Time &t2) |
DCLCAPI bool | operator== (const Time &t1, const Time &t2) |
DCLCAPI bool | operator!= (const Time &t1, const Time &t2) |
DCLCAPI bool | operator>= (const Time &t1, const Time &t2) |
DCLCAPI bool | operator<= (const Time &t1, const Time &t2) |
DCLCAPI bool | operator> (const Time &t1, const Time &t2) |
DCLCAPI bool | operator< (const Time &t1, const Time &t2) |
DCLCAPI Interval | operator+ (const Interval &iv1, const Interval &iv2) |
DCLCAPI Interval | operator- (const Interval &iv1, const Interval &iv2) |
DCLCAPI bool | operator== (const Interval &iv1, const Interval &iv2) |
DCLCAPI bool | operator!= (const Interval &iv1, const Interval &iv2) |
DCLCAPI bool | operator>= (const Interval &iv1, const Interval &iv2) |
DCLCAPI bool | operator<= (const Interval &iv1, const Interval &iv2) |
DCLCAPI bool | operator> (const Interval &iv1, const Interval &iv2) |
DCLCAPI bool | operator< (const Interval &iv1, const Interval &iv2) |
DCLCAPI DateTime | operator+ (const DateTime &dt, const Interval &iv) |
DCLCAPI DateTime | operator+ (const Interval &iv, const DateTime &dt) |
DCLCAPI DateTime | operator- (const DateTime &dt, const Interval &iv) |
DCLCAPI Interval | operator- (const DateTime &dt1, const DateTime &dt2) |
DCLCAPI bool | operator== (const DateTime &dt1, const DateTime &dt2) |
DCLCAPI bool | operator!= (const DateTime &dt1, const DateTime &dt2) |
DCLCAPI bool | operator>= (const DateTime &dt1, const DateTime &dt2) |
DCLCAPI bool | operator<= (const DateTime &dt1, const DateTime &dt2) |
DCLCAPI bool | operator> (const DateTime &dt1, const DateTime &dt2) |
DCLCAPI bool | operator< (const DateTime &dt1, const DateTime &dt2) |
#define __DCL_DATE_TIME_H__ 20050323 |
Definition at line 2 of file DateTime.h.
#define DATETIME_FORMAT_BUFFER_SIZE 256 |
Definition at line 21 of file DateTime.h.
Definition at line 38 of file DateTime.inl.
Definition at line 177 of file DateTime.inl.
Definition at line 126 of file DateTime.inl.
Definition at line 90 of file DateTime.inl.
Definition at line 178 of file DateTime.cpp.
Definition at line 793 of file DateTime.cpp.
Definition at line 800 of file DateTime.cpp.
Definition at line 607 of file DateTime.cpp.
Definition at line 452 of file DateTime.cpp.
Definition at line 18 of file DateTime.inl.
Definition at line 70 of file DateTime.inl.
Definition at line 23 of file DateTime.inl.
Definition at line 28 of file DateTime.inl.
Definition at line 805 of file DateTime.cpp.
Definition at line 813 of file DateTime.cpp.
Definition at line 613 of file DateTime.cpp.
Definition at line 75 of file DateTime.inl.
Definition at line 80 of file DateTime.inl.
Definition at line 58 of file DateTime.inl.
Definition at line 197 of file DateTime.inl.
Definition at line 146 of file DateTime.inl.
Definition at line 110 of file DateTime.inl.
Definition at line 48 of file DateTime.inl.
Definition at line 187 of file DateTime.inl.
Definition at line 136 of file DateTime.inl.
Definition at line 100 of file DateTime.inl.
Definition at line 33 of file DateTime.inl.
Definition at line 172 of file DateTime.inl.
Definition at line 121 of file DateTime.inl.
Definition at line 85 of file DateTime.inl.
Definition at line 53 of file DateTime.inl.
Definition at line 192 of file DateTime.inl.
Definition at line 141 of file DateTime.inl.
Definition at line 105 of file DateTime.inl.
Definition at line 43 of file DateTime.inl.
Definition at line 182 of file DateTime.inl.
Definition at line 131 of file DateTime.inl.
Definition at line 95 of file DateTime.inl.