TimeTemplate.TimestampTicks

A Timestamp is an integer value that can roll. Timestamps are compared by finding the shorter distance between 2 values.

Members

Functions

diff
DurationTicks diff(TimestampTicks rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
offsetWith
TimestampTicks offsetWith(DurationTicks duration)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(TimestampTicks rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

now
TimestampTicks now()

Get a timestamp for the current time right now.

Meta