Duration

Undocumented in source.

Constructors

this
this(long value)
Undocumented in source.
this
this(OtherDuration otherDuration)
Undocumented in source.

Members

Functions

opAssign
void opAssign(OtherDuration otherDuration)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Duration!timeUnit opBinary(long operand)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Duration!timeUnit opBinary(long operand)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(OtherDuration other)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(OtherDuration other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(OtherDuration otherDuration)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(OtherDuration otherDuration)
Undocumented in source. Be warned that the author may not have intended to support it.
toDuration
ToDuration toDuration()
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.
toUnits
double toUnits()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

toDuration
ToDuration toDuration(FromDuration fromDuration)
Undocumented in source. Be warned that the author may not have intended to support it.
toUnits
double toUnits(FromDuration fromDuration)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

displayUnits
string displayUnits;
Undocumented in source.
units
TimeUnit units;
Undocumented in source.

Variables

value
long value;
Undocumented in source.

Meta