Set this interval to the specified total number of days.
Synopsis
Declared in <bsls_timeinterval.h>
constexpr
void
setTotalDays(bsls::Types::Int64 days);
Description
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.
Parameters
Name |
Description |
days |
total days |
Created with MrDocs