quantlib.time.calendars.target.TARGET.advance¶
- TARGET.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.