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