Load to the specified millisecondsSinceMidnight the number of milliseconds in the specified time value.

Synopsis

Declared in <balber_berutil.h>

static
void
timeToMillisecondsSinceMidnight(
    int* millisecondsSinceMidnight,
    bdlt::Time const& time);

Parameters

Name

Description

millisecondsSinceMidnight

destination for milliseconds since midnight

time

time value to convert

Created with MrDocs