Load to the specified microsecondsSinceMidnight the number of microseconds in the specified time value.
Declared in <balber_berutil.h>
static
void
timeToMicrosecondsSinceMidnight(
bsls::Types::Int64* microsecondsSinceMidnight,
bdlt::Time const& time);
| Name | Description |
|---|---|
| microsecondsSinceMidnight | destination for microseconds since midnight |
| time | time value to convert |