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