[−][src]Module holiday::before_after
BeforeAfterDate
The BeforeAfterDate
trait
Traits
BeforeAfterDate | Trait to determine the next and previous occurrence of dates (successor and predecessor). The next occurrence should include the current date, the previous occurrence should exclude the current date. |
FirstDayOfMonth | Determine the first day in a given date's month |
IsLastWeekday | Trait to determine if a NaiveDate is the last weekday of the month |
LastDayOfMonth | Determine the last day in a given date's month |