convertToTimeT64 overloads

Synopses

Declared in <bdlt_epochutil.h>

Return the relative time computed as the difference between the specified absolute datetime and the epoch. Note that datetime is assumed to use Coordinated Universal Time (UTC) as a reference.

static
EpochUtil::TimeT64
convertToTimeT64(Datetime const& datetime);

Load into the specified result the relative time computed as the difference between the specified absolute datetime and the epoch. Note that datetime is assumed to use Coordinated Universal Time (UTC) as a reference.

static
void
convertToTimeT64(
    TimeT64* result,
    Datetime const& datetime);

Created with MrDocs