Return the days field of this time interval.
Synopsis
Declared in <bdlt_datetimeinterval.h>
int
days() const;
Description
Return the days field in the canonical representation of the value of this time interval. Note that the return value may be negative. Also note that the return value is the same as that returned by totalDays.
Return Value
the days field of this time interval
Created with MrDocs