Return the sub‐day portion of this interval in microseconds.

Synopsis

Declared in <bdlt_datetimeinterval.h>

bsls::Types::Int64
fractionalDayInMicroseconds() const;

Description

Return the value of this time interval as an integral number of microseconds modulo the number of microseconds in a day. Note that the return value may be negative.

Return Value

the sub‐day portion of this interval in microseconds

Created with MrDocs