kodi
|
Public Member Functions | |
CDateTimeSpan (const CDateTimeSpan &span) | |
CDateTimeSpan & | operator= (const CDateTimeSpan &)=default |
CDateTimeSpan (int day, int hour, int minute, int second) | |
bool | operator> (const CDateTimeSpan &right) const |
bool | operator>= (const CDateTimeSpan &right) const |
bool | operator< (const CDateTimeSpan &right) const |
bool | operator<= (const CDateTimeSpan &right) const |
bool | operator== (const CDateTimeSpan &right) const |
bool | operator!= (const CDateTimeSpan &right) const |
CDateTimeSpan | operator+ (const CDateTimeSpan &right) const |
CDateTimeSpan | operator- (const CDateTimeSpan &right) const |
const CDateTimeSpan & | operator+= (const CDateTimeSpan &right) |
const CDateTimeSpan & | operator-= (const CDateTimeSpan &right) |
void | SetDateTimeSpan (int day, int hour, int minute, int second) |
void | SetFromPeriod (const std::string &period) |
void | SetFromTimeString (const std::string &time) |
int | GetDays () const |
int | GetHours () const |
int | GetMinutes () const |
int | GetSeconds () const |
int | GetSecondsTotal () const |
Friends | |
class | CDateTime |