public class CalendarView extends View
| Constructor and Description |
|---|
CalendarView()
Initializes a new instance of the CalendarView class.
|
CalendarView(java.util.Date startTime,
java.util.Date endTime)
Initializes a new instance of the CalendarView class.
|
CalendarView(java.util.Date startTime,
java.util.Date endTime,
int maxEntriesReturned)
Initializes a new instance of the CalendarView class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndTime()
Gets the end of a time span queried for calendar items.
|
java.util.Date |
getStartTime()
Gets the start of a time span queried for calendar items.
|
void |
setEndTime(java.util.Date endTime)
Sets the end of a time span queried for calendar items.
|
void |
setStartTime(java.util.Date startTime)
Sets the start of a time span queried for calendar items.
|
getMaxEntriesReturned, setMaxEntriesReturnedpublic CalendarView()
public CalendarView(java.util.Date startTime,
java.util.Date endTime)
startTime - the start timeendTime - the end timepublic CalendarView(java.util.Date startTime,
java.util.Date endTime,
int maxEntriesReturned)
startTime - the start timeendTime - the end timemaxEntriesReturned - the max entries returnedpublic java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
startTime - the new start timepublic java.util.Date getEndTime()
public void setEndTime(java.util.Date endTime)
endTime - the new end time