Skip to main content

Date.days_until

days_untilendinclude_end_date

Group: DateTime

Documentation

Counts the days between self (inclusive) and the provided end date (exclusive, or inclusive if include_end_date=True). Produces a warning for a Date that is before epoch start. See Date_Time.enso_epoch_start.

Arguments

  • end: the end date of the interval to count workdays in.
  • include_end_date: whether to include the end date in the count. By default the end date is not included in the interval.