convertFromTimeT64 overloads
Declared in <bdlt_epochutil.h>
Return the absolute Datetime for time seconds after the epoch.
static
Datetime
convertFromTimeT64(TimeT64 time);
» more...
Load into result the Datetime for time seconds after the epoch.
static
int
convertFromTimeT64(
Datetime* result,
TimeT64 time);
» more...
time| Name | Description |
|---|---|
| time | seconds since the Unix epoch |
| result | destination for the converted datetime |