Methods Summary |
---|
public boolean | getAllDay()This is called when the user wants to create a new event and returns
true if the new event should default to an all-day event.
|
public long | getSelectedTime()Returns the time in millis of the selected event in this view.
|
public void | goTo(android.text.format.Time time)Changes the view to include the given time.
|
public void | goToToday()Changes the view to include today's date.
|