fd::gregorian::leapyear_monthday_iterator — Leap year level iterator, which stays at the day of month specified at construction time, with the ability to add an optional number of days to the resulting date.
// In header: <fd/date_iterators.h> class leapyear_monthday_iterator : public fd::gregorian::leapyear_anyday_iterator< year_monthday_iterator > { public: // public member functions leapyear_monthday_iterator(date_type, short); };
leapyear_monthday_iterator
public member functionsleapyear_monthday_iterator(date_type d, short originDayOfMonthSpec);
Parameters: |
|