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

Synopsis

Declared in <bdlt_datetimeintervalutil.h>

static
DatetimeInterval
makeMilliseconds(bsls::Types::Int64 milliseconds);

Return Value

DatetimeInterval of exactly milliseconds milliseconds

Parameters

Name

Description

milliseconds

number of milliseconds in the interval

Created with MrDocs