Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares this object to another.
|
long |
getOverflowDays()
Gets the days overflowing from the calculation.
|
LocalTime |
getResultTime()
Gets the time that was the result of the calculation.
|
int |
hashCode()
Returns a suitable hash code.
|
LocalDateTime |
toLocalDateTime(LocalDate date)
Creates a
LocalDateTime from the specified date and this instance. |
String |
toString()
Returns a string description of this instance.
|
public LocalTime getResultTime()
public long getOverflowDays()
public LocalDateTime toLocalDateTime(LocalDate date)
LocalDateTime
from the specified date and this instance.date
- the date to use, not nullpublic boolean equals(Object obj)
public int hashCode()
Copyright © 2014. All rights reserved.