[#BloombergLP-bsls-TimeInterval-setTotalDays] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval]::setTotalDays :relfileprefix: ../../../ :mrdocs: Set the overall value of this object to indicate the specified integral number of `days`. The behavior is undefined unless the number of seconds in `days` can be represented with a 64‐bit signed integer. Note that `days` may be negative. == Synopsis Declared in `<bsls_timeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr void setTotalDays(xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] days); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#