public class DateSelectionInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Date |
end |
int |
interval |
int |
postInt |
int |
preInt |
int |
roundTo |
java.util.Date |
start |
Constructor and Description |
---|
DateSelectionInfo() |
DateSelectionInfo(java.util.Date start,
java.util.Date end) |
DateSelectionInfo(java.util.Date start,
java.util.Date end,
int interval,
int roundTo,
int preInt,
int postInt) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object oo) |
java.util.Date |
setEndDateInfo() |
java.util.Date |
setStartDateInfo() |
public java.util.Date start
public java.util.Date end
public int interval
public int roundTo
public int preInt
public int postInt