Move this date earlier by one day.
Synopsis
Declared in <bdlt_date.h>
Date&
operator‐‐();
Description
Set this object to have the value that is one day earlier than its current value, and return a reference providing modifiable access to this object. The behavior is undefined if the year/month/day representation of the current value is 0001/01/01.
Return Value
reference providing modifiable access to this object
Created with MrDocs