Return a DatetimeInterval object representing a duration of the specified microseconds (exactly).

Synopsis

Declared in <bdlt_datetimeintervalutil.h>

static
DatetimeInterval
makeMicroseconds(bsls::Types::Int64 microseconds);

Return Value

DatetimeInterval of exactly microseconds microseconds

Parameters

Name

Description

microseconds

number of microseconds in the interval

Created with MrDocs