Static Public Member Functions | |
static long | utcTime () |
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 378 of file Epoch.d.
|
Return the current time as UTC milliseconds since the epoch |
|
Return the timezone minutes relative to GMT |
|
Construct an offset representing epoch time |
|
Convert filetime to epoch time |
|
convert epoch time to file time |
|
|