AbsTime

An absolute, timezone-less point in time. Like SysTime, but does not carry timezone information. Zero-overhead wrapper around StdTime which attempts to be compatible with std.datetime.

Constructors

this
this(StdTime stdTime)
Undocumented in source.
this
this(SysTime sysTime)
Undocumented in source.
this
this(DateTime dateTime, Duration fracSecs)
Undocumented in source.
this
this(Date date)
Undocumented in source.

Members

Functions

opBinary
Duration opBinary(AbsTime b)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Duration opBinary(SysTime b)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
AbsTime opBinary(Duration d)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
AbsTime opBinary(Duration d)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Duration opBinaryRight(SysTime a)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
AbsTime opBinaryRight(Duration d)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
Date opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(AbsTime b)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(SysTime b)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dayOfGregorianCal
int dayOfGregorianCal [@property getter]

The Xth day of the Gregorian Calendar (in the UTC time zone) that this AbsTime is on.

sysTime
TimeZone sysTime [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

max
enum max;
Undocumented in source.
min
enum min;
Undocumented in source.

Variables

stdTime
StdTime stdTime;
Undocumented in source.

Meta