Set this interval to the specified total number of microseconds.

Synopsis

Declared in <bdlt_datetimeinterval.h>

void
setTotalMicroseconds(bsls::Types::Int64 microseconds);

Description

Set the overall value of this object to indicate the specified number of microseconds. Note that there is no setTotalMicrosecondsIfValid because no value of microseconds can cause the number of days to overflow.

Parameters

Name

Description

microseconds

total microseconds

Created with MrDocs