Static Public Member Functions | |
static long | utcMilli () |
static long | utcNano () |
static int | tzMinutes () |
static | this () |
Static Private Member Functions | |
static long | fromFileTime (FILETIME *ft) |
static void | toFileTime (FILETIME *ft, long et) |
Static Private Attributes | |
static long | epochOffset |
Definition at line 368 of file Epoch.d.
|
Return the current time as UTC milliseconds since the epoch |
|
Return the current time as UTC nanoseconds since the epoch |
|
Return the timezone minutes relative to GMT |
|
Construct an offset representing epoch time Definition at line 426 of file Epoch.d. References Epoch::beginTime. |
|
Convert filetime to epoch time |
|
convert epoch time to file time |
|
|