- 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.
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.