Represents a day equal to or higher than a day of week.
For example, given the rule Sun>=1
it can mean one of the following:
either June 1. 2014 or June 7. 2015 (or anything in between)
depending on the year and month of the overall rule.
no subtypes hierarchy
Initializer |
OnFirstOfMonth(DayOfWeek dayOfWeek, DayOfMonth onDateOrAfter) |
Attributes | |
dayOfWeek | Source Codeshared DayOfWeek dayOfWeek |
onDateOrAfter | Source Codeshared DayOfMonth onDateOrAfter |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
date | Source Codeshared actual Date date(Year year, Month month) Refines OnDay.date |
equals | Source Codeshared actual Boolean equals(Object other) Determine if two values are equal. Implementations should respect the constraints that:
Furthermore it is recommended that implementations
ensure that if A class which explicitly refines |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: OnDay |