43#include <netinet/in.h>
66 bit8 getTime(
int &month,
int &mday,
int &year,
int &hour,
int &minute,
69 bit8 setTime(
int month,
int mday,
int year,
int hour,
int minute,
Xtime operator+(Xtime &other)
bit8 setSecond(sint32 sec)
Xtime & operator-=(const Xtime &other)
bit8 operator==(const Xtime &other) const
Xtime & operator=(const Xtime &other)
bit8 operator>(const Xtime &other) const
bit8 operator<(const Xtime &other) const
bit8 getTimeval(struct timeval &tv)
int compare(const Xtime &other) const
bit8 setHour(sint32 hour)
sint32 getDay(void) const
void addSeconds(sint32 seconds)
int getMinute(void) const
Xtime & operator+=(const Xtime &other)
void set(sint32 newday, sint32 newmsec)
bit8 setYear(sint32 year)
bit8 FormatTime(char *out, char *format)
sint32 getMsec(void) const
bit8 getTime(int &month, int &mday, int &year, int &hour, int &minute, int &second) const
int getSecond(void) const
void setMsec(sint32 msec)
bit8 setTime(int month, int mday, int year, int hour, int minute, int second)
bit8 setMinute(sint32 min)
bit8 operator<=(const Xtime &other) const
Xtime operator-(Xtime &other)
bit8 setMonth(sint32 month)
bit8 operator!=(const Xtime &other) const
bit8 setMDay(sint32 mday)
bit8 operator>=(const Xtime &other) const