convertFromTimeInterval overloads
Declared in <bdlt_epochutil.h>
Return the absolute Datetime for timeInterval after the epoch.
static
Datetime
convertFromTimeInterval(bsls::TimeInterval const& timeInterval);
» more...
Load into result the Datetime for timeInterval after the epoch.
static
void
convertFromTimeInterval(
Datetime* result,
bsls::TimeInterval const& timeInterval);
» more...
the absolute datetime corresponding to timeInterval
| Name | Description |
|---|---|
| timeInterval | interval from the Unix epoch |
| result | destination for the converted datetime |