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

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -