MicrosecondsClock.toDateTime

Converts t to a DateTime struct, specifying the year, months, days, hours, minutes, seconds, and milliseconds, plus the microseconds via an out parameter.

class MicrosecondsClock
static
toDateTime
(,
out ulong us
)

Parameters

t timeval

timeval struct to convert

us ulong

receives the remainder number of microseconds (not stored in the returned DateTime struct)

Return Value

Type: DateTime

DateTime struct containing everything.

Meta