Qore Programming Language  0.9.2
DateTime Member List

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

addSecondsTo(int64 secs, int us=0)DateTime
compareDates(const DateTime *left, const DateTime *right)DateTimestatic
DateTime(qore_date_private *n_priv)DateTimeprivate
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 AbstractQoreZoneInfo *zone, const QoreValue v)DateTimeexplicit
DateTime(const QoreValue v)DateTimeexplicit
DateTime(const char *date)DateTime
DateTime(const char *date, ExceptionSink *xsink)DateTime
DateTime(const AbstractQoreZoneInfo *zone, const char *date)DateTime
DateTime(const hashdecl tm *tms)DateTime
DateTime(const DateTime &dt)DateTime
format(QoreString &str, const char *fmt) constDateTime
getDateFromISOWeek(int year, int week, int day, ExceptionSink *xsink)DateTimestatic
getDay() constDateTime
getDayNumber() constDateTime
getDayOfWeek() constDateTime
getEpochMicrosecondsUTC() constDateTime
getEpochMillisecondsUTC() constDateTime
getEpochSeconds() constDateTime
getEpochSecondsUTC() constDateTime
getHour() constDateTime
getInfo(const AbstractQoreZoneInfo *n_zone, qore_tm &info) constDateTime
getInfo(qore_tm &info) constDateTime
getISOWeek(int &year, int &week, int &day) constDateTime
getLastDayOfMonth(int month, int year)DateTimestatic
getMicrosecond() constDateTime
getMillisecond() constDateTime
getMinute() constDateTime
getMonth() constDateTime
getRelativeMicroseconds() constDateTime
getRelativeMilliseconds() constDateTime
getRelativeSeconds() constDateTime
getRelativeSecondsDouble() constDateTime
getSecond() constDateTime
getTM(hashdecl tm *tms) constDateTime
getYear() constDateTime
getZone() constDateTime
hasValue() constDateTime
isAbsolute() constDateTime
isLeapYear(int year)DateTimestatic
isRelative() constDateTime
makeAbsolute(const AbstractQoreZoneInfo *n_zone, int n_year, int n_month, int n_day, int n_hour=0, int n_minute=0, int n_second=0, int n_us=0)DateTimestatic
makeAbsolute(const AbstractQoreZoneInfo *zone, int64 seconds, int us=0)DateTimestatic
makeAbsoluteLocal(const AbstractQoreZoneInfo *zone, int64 seconds, int us=0)DateTimestatic
makeRelative(int n_year, int n_month, int n_day, int n_hour=0, int n_minute=0, int n_second=0, int n_us=0)DateTimestatic
makeRelativeFromSeconds(int64 n_second, int n_us=0)DateTimestatic
operator=(const DateTime &)DateTimeprivate
privDateTimeprivate
setDate(int64 seconds)DateTime
setDate(int64 seconds, int ms)DateTime
setDate(const AbstractQoreZoneInfo *zone, int64 seconds, int us)DateTime
setDate(const AbstractQoreZoneInfo *n_zone, int n_year, int n_month, int n_day, int n_hour=0, int n_minute=0, int n_second=0, int n_us=0)DateTime
setDate(const char *str)DateTime
setDate(const char *str, ExceptionSink *xsink)DateTime
setDate(const AbstractQoreZoneInfo *zone, const char *str)DateTime
setDate(const hashdecl tm *tms, short ms=0)DateTime
setDate(const DateTime &date)DateTime
setLocalDate(const AbstractQoreZoneInfo *zone, int64 seconds, int us)DateTime
setNow()DateTime
setNow(const AbstractQoreZoneInfo *zone)DateTime
setRelativeDate(const char *str)DateTime
setRelativeDateSeconds(int64 s, int us=0)DateTime
setTime(int h, int m, int s, short ms=0)DateTime
setZone(const AbstractQoreZoneInfo *n_zone)DateTime
unaryMinus() constDateTime
unaryMinusInPlace()DateTime
~DateTime()DateTime