|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Interval
An interval of time. An interval extends from and including the from date up to but excluding the millisecond of the to date.
The smallest an interval can be is a millisecond.
Field Summary | |
---|---|
static Date |
END_OF_TIME
The end of time. |
static Date |
START_OF_TIME
The start of time. |
Method Summary | |
---|---|
Date |
getFromDate()
The date the interval is from which includes this date. |
Date |
getToDate()
The date the interval is up to but excluding. |
Field Detail |
---|
static final Date END_OF_TIME
static final Date START_OF_TIME
Method Detail |
---|
Date getFromDate()
Date getToDate()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |