public final class DateInterval extends Object implements Serializable
| Constructor and Description |
|---|
DateInterval(long from,
long to)
Constructor given from date and to date.
|
public DateInterval(long from,
long to)
from - The from date in date interval.to - The to date in date interval.public long getFromDate()
public long getToDate()
public boolean equals(Object a)
public int hashCode()
Copyright (c) 2014 IBM Corporation and others.