datetimepicker - Is it possible to use time picker only in blackberry -


i want user pick time @ time, system stop sending messages clients. possible enter in editfield still want use built in feature of black berry use time picker. learned datetimepicker class useful this. cant find code anywhere. please me providing hints or code. thank you

this code shows time picker. check this:

 final datetimepicker datepicker = datetimepicker.createinstance( calendar.getinstance(), null, "hh:mm:ss aa");  datepicker.domodal(); 

further details check link:

datetimepicker.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -