Load to the specified millisecondsSinceMidnight the number of milliseconds in the specified time value.
Declared in <balber_berutil.h>
static
void
timeToMillisecondsSinceMidnight(
int* millisecondsSinceMidnight,
bdlt::Time const& time);
| Name | Description |
|---|---|
| millisecondsSinceMidnight | destination for milliseconds since midnight |
| time | time value to convert |