I have an ObservableCollection of DateTime bind to a listbox. It shows current Time for various countries. Listbox has an itemtemplate so that i can format how the HH:MM:SS are displayed.
Now, I need to update the time for each item in ObservableCollection of DateTime every 1 second, so that the UI is also updated accordingly.
What is the best way to achieve this ?