Calendar.fa#

Calendar.fa(date: date, default='raise') date#

Returns the first date strictly after (“first-after”, or “fa”)

Parameters:
  • date (datetime.date) – the date from which to compute the first date strictly after in the calendar

  • default (optional) – the default value if the given date is on or after the last date in the calendar if no default value is given, it will raise an KeyError

Returns:

The first date strictly after the given date

Return type:

datetime.date

See also

Calendar.lb

Return the last date before