Timestamp.getFraction

Returns the fractional part of the timestamp as a long integer with the specified number of digits.

struct Timestamp
@property const @safe pure nothrow @nogc
long
getFraction
(
int digits
)
()
if (
digits >= 1 &&
digits <= 12
)