convertFromDatetimeInterval overloads

Synopses

Declared in <bdlt_epochutil.h>

Return the absolute Datetime for datetimeInterval after the epoch.

static
Datetime
convertFromDatetimeInterval(DatetimeInterval const& datetimeInterval);

Load into result the Datetime for datetimeInterval after the epoch.

static
void
convertFromDatetimeInterval(
    Datetime* result,
    DatetimeInterval const& datetimeInterval);

Return Value

the absolute datetime corresponding to datetimeInterval

Parameters

Name

Description

datetimeInterval

interval from the Unix epoch

result

destination for the converted datetime

Created with MrDocs