HighPrecisionDatetime

Undocumented in source.

Constructors

this
this(Datetime datetime, uint picoseconds)
Undocumented in source.
this
this(Timestamp timestamp)

Construct from mir.timestamp.

Alias This

datetime

Members

Aliases

opCast
alias opCast(T : Timestamp) = asTimestamp
Undocumented in source.

Functions

asTimestamp
Timestamp asTimestamp()

Converts Datetime to mir.timestamp.

Variables

datetime
Datetime datetime;
Undocumented in source.
picoseconds
uint picoseconds;

picosecond offset into current *millisecond* i.e. the picosecond offset into the current full second is '1000000000LL * milliseconds + picoseconds'

Meta