quantlib.time.calendars.null_calendar.NullCalendar.advance¶
- NullCalendar.advance(self, Date given_date, int step=0, int units=-1, Period period=None, int convention=Following, end_of_month=False)¶
Advances the given date of the given number of business days, or period and returns the result.
You must provide either a step and unit or a Period.