#include <XBDateTime.h>
§ CDateTimeSpan() [1/3]
CDateTimeSpan::CDateTimeSpan |
( |
| ) |
|
§ CDateTimeSpan() [2/3]
§ CDateTimeSpan() [3/3]
CDateTimeSpan::CDateTimeSpan |
( |
int |
day, |
|
|
int |
hour, |
|
|
int |
minute, |
|
|
int |
second |
|
) |
| |
§ GetDays()
int CDateTimeSpan::GetDays |
( |
| ) |
const |
§ GetHours()
int CDateTimeSpan::GetHours |
( |
| ) |
const |
§ GetMinutes()
int CDateTimeSpan::GetMinutes |
( |
| ) |
const |
§ GetSeconds()
int CDateTimeSpan::GetSeconds |
( |
| ) |
const |
§ GetSecondsTotal()
int CDateTimeSpan::GetSecondsTotal |
( |
| ) |
const |
§ operator!=()
bool CDateTimeSpan::operator!= |
( |
const CDateTimeSpan & |
right | ) |
const |
§ operator+()
§ operator+=()
§ operator-()
§ operator-=()
§ operator<()
bool CDateTimeSpan::operator< |
( |
const CDateTimeSpan & |
right | ) |
const |
§ operator<=()
bool CDateTimeSpan::operator<= |
( |
const CDateTimeSpan & |
right | ) |
const |
§ operator==()
bool CDateTimeSpan::operator== |
( |
const CDateTimeSpan & |
right | ) |
const |
§ operator>()
bool CDateTimeSpan::operator> |
( |
const CDateTimeSpan & |
right | ) |
const |
§ operator>=()
bool CDateTimeSpan::operator>= |
( |
const CDateTimeSpan & |
right | ) |
const |
§ SetDateTimeSpan()
void CDateTimeSpan::SetDateTimeSpan |
( |
int |
day, |
|
|
int |
hour, |
|
|
int |
minute, |
|
|
int |
second |
|
) |
| |
§ SetFromPeriod()
void CDateTimeSpan::SetFromPeriod |
( |
const std::string & |
period | ) |
|
§ SetFromTimeString()
void CDateTimeSpan::SetFromTimeString |
( |
const std::string & |
time | ) |
|
§ CDateTime
The documentation for this class was generated from the following files: