Classes | |
| class | Broadcaster |
| class | DateTime |
| class | MemoryMgr |
| class | Queue |
| class | TimeSpan |
Functions | |
| bool | operator> (const DateTime &a, const DateTime &b) |
| bool | operator< (const DateTime &a, const DateTime &b) |
| bool | operator>= (const DateTime &a, const DateTime &b) |
| bool | operator<= (const DateTime &a, const DateTime &b) |
| bool | operator== (const DateTime &a, const DateTime &b) |
| bool | operator!= (const DateTime &a, const DateTime &b) |
| TimeSpan | operator- (const DateTime d1, const DateTime d2) |
| DateTime | operator- (const DateTime d, const TimeSpan t) |
| DateTime | operator+ (const DateTime d, const TimeSpan t) |
| TimeSpan | operator- (const TimeSpan &t) |
| TimeSpan | operator- (const TimeSpan &t1, const TimeSpan &t2) |
| TimeSpan | operator+ (const TimeSpan &t1, const TimeSpan &t2) |
| bool | operator== (const TimeSpan &t1, const TimeSpan &t2) |
| bool | operator!= (const TimeSpan &t1, const TimeSpan &t2) |
| bool | operator< (const TimeSpan &t1, const TimeSpan &t2) |
| bool | operator<= (const TimeSpan &t1, const TimeSpan &t2) |
| bool | operator> (const TimeSpan &t1, const TimeSpan &t2) |
| bool | operator>= (const TimeSpan &t1, const TimeSpan &t2) |
|
||||||||||||
|
Compares two DateTime instances. Returns true if the first instance is larger than the second. |
|
||||||||||||
|
Compares two DateTime instances. Returns true if the first instance is smaller than the second. |
|
||||||||||||
|
Compares two DateTime instances. Returns true if the first instance is larger than or equal to the second. |
|
||||||||||||
|
Compares two DateTime instances. Returns true if the first instance is smaller than or equal to the second. |
|
||||||||||||
|
Compares two DateTime instances. Returns true if the first instance is equal to the second. |
|
||||||||||||
|
Compares two DateTime instances. Returns true if the first instance is not equal to the second. |
|
||||||||||||
|
|
|
||||||||||||
|
Subtracts a TimeSpan from a DateTime. Returns the resulting DateTime. |
|
||||||||||||
|
Adds a TimeSpan to a DateTime. Returns the resulting DateTime. |
|
|
Unary negation operator. |
|
||||||||||||
|
Binary subtraction operator. |
|
||||||||||||
|
Binary addition operator. |
|
||||||||||||
|
Equality operator. Returns true if first timespan is equals to the second. |
|
||||||||||||
|
Inequality operator. Returns true if first timespan is not equal to the second. |
|
||||||||||||
|
Smaller than operator. Returns true if first timespan is smaller than the second. |
|
||||||||||||
|
Smaller than or equals operator. Returns true if first timespan is smaller than or equal to the second. |
|
||||||||||||
|
Larger than operator. Returns true if first operator is larger than the second |
|
||||||||||||
|
Larger than or equal operator. Returns true if first operator is larger than or equal to the second. |
1.4.6-NO