ProcUptime.Time

Helper struct containing whole and fractional part of the second.

Members

Functions

as_double
double as_double()
opBinary
Time opBinary(Time rhs)

Variables

cents
long cents;

Fractional part of the second

seconds
long seconds;

Whole part of seconds

Meta