| Package | Description |
|---|---|
| com.helger.quartz.impl.calendar |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCalendar<IMPLTYPE extends AbstractCalendar<IMPLTYPE>>
This implementation of the Calendar may be used (you don't have to) as a base
class for more sophisticated one's.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnualCalendar
This implementation of the Calendar excludes a set of days of the year.
|
class |
CronCalendar
This implementation of the Calendar excludes the set of times expressed by a
given
CronExpression. |
class |
DailyCalendar
This implementation of the Calendar excludes (or includes - see below) a
specified time range each day.
|
class |
HolidayCalendar
This implementation of the Calendar stores a list of holidays (full days that
are excluded from scheduling).
|
class |
MonthlyCalendar
This implementation of the Calendar excludes a set of days of the month.
|
class |
WeeklyCalendar
This implementation of the Calendar excludes a set of days of the week.
|
| Constructor and Description |
|---|
AbstractCalendar(AbstractCalendar<IMPLTYPE> aOther)
Copy constructor
|
Copyright © 2016–2021 Philip Helger. All rights reserved.