convertFromTimeT overloads
Synopses
Declared in <bdlt_epochutil.h>
Return the absolute Datetime for time seconds after the epoch.
static
Datetime
convertFromTimeT(std::time_t time);
Load into result the Datetime for time seconds after the epoch.
static
void
convertFromTimeT(
Datetime* result,
std::time_t time);
Return Value
the absolute datetime corresponding to time
Parameters
Name |
Description |
time |
seconds since the Unix epoch |
result |
destination for the converted datetime |
Created with MrDocs