Timepicker (Time picker)
Method |
Describe |
Integer Getcurrenthour () |
Returns the hour of the current setting |
Integer Getcurrentminute () |
Returns the current set of minutes |
Boolean Is24hourview () |
Determine if it is a 24-hour system |
void Setcurrenthour (Integer currenthour) |
Set the current number of hours |
void Setcurrentminute (Integer currentminute) |
Set the current minute |
void SetEnabled (Boolean enabled) |
Whether the settings are available |
void Set24hourview (Boolean id24hourview) |
Setup time is 24-hour system |
DatePicker (date selector)
Method |
Describe |
Int GetYear () |
Gets the set year |
Int GetMonth () |
Gets the set month |
int GetDayOfMonth () |
Date of the set-up |
void SetEnabled (Boolean enabled) |
Whether the settings are available |
void Updatedate (int year, int monthofyear, int dayofmonth) |
Set a specified date |
Note: Monthofyear is from 0-11 for January-December
Time, date picker "Android 3"