[#BloombergLP-bdlt-DatetimeInterval-totalDays] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval]::totalDays :relfileprefix: ../../../ :mrdocs: Return this time interval in integral days, rounded toward 0. == Synopsis Declared in `<bdlt_datetimeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int totalDays() const; ---- == Description Return the value of this time interval in integral days, rounded toward 0. Note that the return value may be negative. Also note that the return value is the same as that returned by `days`. == Return Value this time interval in integral days, rounded toward 0 [.small]#Created with https://www.mrdocs.com[MrDocs]#