Load to the specified time the time value represented by the specified microsecondsSinceMidnight.
Synopsis
Declared in <balber_berutil.h>
static
int
microsecondsSinceMidnightToTime(
bdlt::Time* time,
bsls::Types::Int64 microsecondsSinceMidnight);
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
time |
destination for the converted time |
microsecondsSinceMidnight |
microseconds since midnight |
Created with MrDocs