kalarm/lib
datetime.h File Reference
#include <kdatetime.h>


Go to the source code of this file.
Classes | |
| class | DateTime |
| A KDateTime with date-only option. More... | |
Functions | |
| bool | operator!= (const KDateTime &dt1, const DateTime &dt2) |
| bool | operator!= (const DateTime &dt1, const DateTime &dt2) |
| bool | operator< (const KDateTime &dt1, const DateTime &dt2) |
| bool | operator< (const DateTime &dt1, const DateTime &dt2) |
| bool | operator<= (const KDateTime &dt1, const DateTime &dt2) |
| bool | operator<= (const DateTime &dt1, const DateTime &dt2) |
| bool | operator== (const KDateTime &dt1, const DateTime &dt2) |
| bool | operator== (const DateTime &dt1, const DateTime &dt2) |
| bool | operator> (const KDateTime &dt1, const DateTime &dt2) |
| bool | operator> (const DateTime &dt1, const DateTime &dt2) |
| bool | operator>= (const KDateTime &dt1, const DateTime &dt2) |
| bool | operator>= (const DateTime &dt1, const DateTime &dt2) |
Function Documentation
| bool operator!= | ( | const KDateTime & | dt1, | |
| const DateTime & | dt2 | |||
| ) | [inline] |
Definition at line 217 of file datetime.h.
| bool operator< | ( | const KDateTime & | dt1, | |
| const DateTime & | dt2 | |||
| ) | [inline] |
Definition at line 214 of file datetime.h.
Returns true if the dt1 is earlier than dt2.
If the two values have the same date, and one value is date-only while the other is a date-time, the time used for the date-only value is the start-of-day time set in the KAlarm Preferences dialog.
Definition at line 213 of file datetime.h.
| bool operator<= | ( | const KDateTime & | dt1, | |
| const DateTime & | dt2 | |||
| ) | [inline] |
Definition at line 235 of file datetime.h.
Returns true if the dt1 is earlier than or equal to dt2.
If the two values have the same date, and one value is date-only while the other is a date-time, the time used for the date-only value is the start-of-day time set in the KAlarm Preferences dialog.
Definition at line 234 of file datetime.h.
| bool operator== | ( | const KDateTime & | dt1, | |
| const DateTime & | dt2 | |||
| ) | [inline] |
Definition at line 208 of file datetime.h.
| bool operator> | ( | const KDateTime & | dt1, | |
| const DateTime & | dt2 | |||
| ) | [inline] |
Definition at line 223 of file datetime.h.
Returns true if the dt1 is later than dt2.
If the two values have the same date, and one value is date-only while the other is a date-time, the time used for the date-only value is the start-of-day time set in the KAlarm Preferences dialog.
Definition at line 222 of file datetime.h.
| bool operator>= | ( | const KDateTime & | dt1, | |
| const DateTime & | dt2 | |||
| ) | [inline] |
Definition at line 229 of file datetime.h.
Returns true if the dt1 is later than or equal to dt2.
If the two values have the same date, and one value is date-only while the other is a date-time, the time used for the date-only value is the start-of-day time set in the KAlarm Preferences dialog.
Definition at line 228 of file datetime.h.
KDE 4.2 API Reference