Public Member Functions | |
ulong | getUtcTime () |
void | setUtcTime (ulong time) |
void | setLocalTime (ulong time) |
Definition at line 194 of file Epoch.d.
|
Convert fields to UTC time, and return milliseconds since epoch Definition at line 203 of file Epoch.d. References Epoch::Fields::day, Epoch::Fields::hour, Epoch::Fields::min, Epoch::Fields::month, Epoch::Fields::ms, Epoch::Fields::sec, and Epoch::Fields::year. |
|
Set fields to represent the provided epoch time Definition at line 229 of file Epoch.d. References Epoch::Fields::day, Epoch::Fields::dow, Epoch::Fields::hour, Epoch::Fields::min, Epoch::Fields::month, Epoch::Fields::ms, Epoch::Fields::sec, and Epoch::Fields::year. |
|
Set fields to represent a localized version of the provided epoch time |