Related questions
Question 88 - H14-231_V1.0 discussion
When a developer was developing a ticket booking application, he used the sliding selector TimPicker in the time selection of air tickets, according to the requirements of the airline, the time does not need to display the second information, which of the following can meet the needs?
A.
timePicker.enableHour(false);
B.
timePicker.showMinute(false);
C.
timePicker.enableMinute(false);
D.
timePicker.showSecond(false);
Your answer:
0 comments
Sorted by
Leave a comment first