Load to the specified microsecondsSinceMidnight the number of microseconds in the specified time value.

Synopsis

Declared in <balber_berutil.h>

static
void
timeToMicrosecondsSinceMidnight(
    bsls::Types::Int64* microsecondsSinceMidnight,
    bdlt::Time const& time);

Parameters

Name

Description

microsecondsSinceMidnight

destination for microseconds since midnight

time

time value to convert

Created with MrDocs