@Immutable public class LocalDatePeriod extends Object implements ILocalDatePeriod
ILocalDatePeriod.| Constructor and Description |
|---|
LocalDatePeriod(LocalDate aStart,
LocalDate aEnd) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LocalDate |
getEnd() |
LocalDate |
getStart() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waithasOverlap, isInPeriod, isInPeriodExcl, isInPeriodIncl, isInside, isNowInPeriodExcl, isNowInPeriodIncl, isOverlappingWith, isOverlappingWithExcl, isOverlappingWithInclhasEnd, hasStart@Nullable public LocalDate getStart()
getStart in interface IHasStartAndEnd<LocalDate>null.@Nullable public LocalDate getEnd()
getEnd in interface IHasStartAndEnd<LocalDate>null.Copyright © 2014–2023 Philip Helger. All rights reserved.