|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DDateRange
A date range, can be a range of date-only calendars or a range of time-only calendars.
Method Summary | |
---|---|
java.util.Calendar |
getFrom()
Returns the start date/time of the range. |
java.util.Calendar |
getTo()
Returns the end date/time of the range. |
void |
setFrom(java.util.Calendar from)
Sets the start date/time of the range. |
void |
setTo(java.util.Calendar to)
Sets the end date/time of the range. |
Method Detail |
---|
java.util.Calendar getFrom()
void setFrom(java.util.Calendar from)
from
- start date/time of date rangejava.util.Calendar getTo()
void setTo(java.util.Calendar to)
to
- end date/time of date range
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |