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

Synopsis

Declared in <bdlt_datetimeintervalutil.h>

static
DatetimeInterval
makeSeconds(bsls::Types::Int64 seconds);

Return Value

DatetimeInterval of exactly seconds seconds

Parameters

Name

Description

seconds

number of seconds in the interval

Created with MrDocs