Clock.currStdTime

long currStdTime(ClockType clockType = ClockType.normal)() @property @trusted

Returns the number of hnsecs since midnight, January 1st, 1 A.D. for the current time.

Parameters

clockTypeThe ClockType indicates which system clock to use to get the current time. Very few programs need to use anything other than the default.

Throws

DateTimeException if it fails to get the

time.