Uses of Class
com.redwood.scheduler.api.date.Periods
-
Packages that use Periods Package Description com.redwood.scheduler.api.date Scheduler API - Dates and Periods -
-
Uses of Periods in com.redwood.scheduler.api.date
Methods in com.redwood.scheduler.api.date with parameters of type Periods Modifier and Type Method Description void
Periods. intersect(Periods aPeriods)
Replaces the elements from this with the intersection of this periods with aPeriods.void
Periods. subtract(Periods aPeriods)
Excludes aPeriods from this periods.Constructors in com.redwood.scheduler.api.date with parameters of type Periods Constructor Description Periods(Periods copyFrom)
-