Timepicker is not being set in a procedure

Good morning everyone, I would like to implement a procedure block where whenever the user clicks on a button he can automatically adjust the timepicker to the current time in a label or listview.

hmm, AFAIK the time picker when clicked it will be automatically set to the current time

Use the SetTimeToDisplayFromInstant method together with Clock.Now
http://ai2.appinventor.mit.edu/reference/components/userinterface.html#TimePicker

Taifun