Represents the last day of week, for example:
lastSun
lastSat
For example, lastSun
of February 2015 is February 22, 2015
no subtypes hierarchy
Initializer |
OnLastOfMonth(DayOfWeek dayOfWeek) |
Attributes | |
dayOfWeek | Source Codeshared DayOfWeek dayOfWeek |
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 |