DateTime Member List

This is the complete list of members for DateTime, including all inherited members.

compareDates(const class DateTime *left, const class DateTime *right)DateTime [static]
DateTime(bool r=false)DateTime
DateTime(int n_year, int n_month, int n_day, int n_hour=0, int n_minute=0, int n_second=0, short n_ms=0, bool n_relative=false)DateTime
DateTime(int64 seconds)DateTime
DateTime(int64 seconds, int ms)DateTime
DateTime(const char *date)DateTime
DateTime(const struct tm *tms)DateTime
DateTime(const DateTime &dt)DateTime
format(class QoreString &str, const char *fmt) const DateTime
getDateFromISOWeek(int year, int week, int day, class ExceptionSink *xsink)DateTime [static]
getDay() const DateTime
getDayNumber() const DateTime
getDayOfWeek() const DateTime
getEpochSeconds() const DateTime
getHour() const DateTime
getISOWeek(int &year, int &week, int &day) const DateTime
getLastDayOfMonth(int month, int year)DateTime [static]
getMillisecond() const DateTime
getMinute() const DateTime
getMonth() const DateTime
getRelativeMilliseconds() const DateTime
getRelativeSeconds() const DateTime
getSecond() const DateTime
getTM(struct tm *tms) const DateTime
getYear() const DateTime
isAbsolute() const DateTime
isLeapYear(int year)DateTime [static]
isRelative() const DateTime
setDate(int64 seconds)DateTime
setDate(int64 seconds, int ms)DateTime
setDate(const char *str)DateTime
setDate(const struct tm *tms, short ms=0)DateTime
setDate(const DateTime &date)DateTime
setRelativeDate(const char *str)DateTime
setTime(int h, int m, int s, short ms=0)DateTime
~DateTime()DateTime


doxygen