Load to the specified time the time value represented by the specified millisecondsSinceMidnight.

Synopsis

Declared in <balber_berutil.h>

static
int
millisecondsSinceMidnightToTime(
    bdlt::Time* time,
    int millisecondsSinceMidnight);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

time

destination for the converted time

millisecondsSinceMidnight

milliseconds since midnight

Created with MrDocs