Example usage for Java android.widget DatePicker fields, constructors, methods, implement or subclass
The text is from its open source code.
Class> | getClass() Returns the runtime class of this Object . |
int | getDayOfMonth() |
int | getMonth() |
int | getYear() |
void | init(int year, int monthOfYear, int dayOfMonth, OnDateChangedListener onDateChangedListener) Initialize the state. |
void | setCalendarViewShown(boolean shown) Sets whether the CalendarView is shown. |
void | setMaxDate(long maxDate) Sets the maximal date supported by this DatePicker in milliseconds since January 1, 1970 00:00:00 in TimeZone#getDefault() time zone. |
void | setMinDate(long minDate) Sets the minimal date supported by this NumberPicker in milliseconds since January 1, 1970 00:00:00 in TimeZone#getDefault() time zone. |
void | setSpinnersShown(boolean shown) Sets whether the spinners are shown. |
void | updateDate(int year, int month, int dayOfMonth) Update the current date. |