Converts t to a DateTime struct, specifying the year, months, days, hours, minutes, seconds, and milliseconds, plus the microseconds via an out parameter.
timeval struct to convert
receives the remainder number of microseconds (not stored in the returned DateTime struct)
DateTime struct containing everything.
See Implementation
Converts t to a DateTime struct, specifying the year, months, days, hours, minutes, seconds, and milliseconds, plus the microseconds via an out parameter.