I am developing an app for WP7. I pull some data out of a Sterling Database and put in into my own objects. These objects I am deriving a date attribute and setting that - it has a time already (that has been held on the object in the Sterling database).
I then want to sort these objects by date and time before presenting them. Currently Date and time are separate String fields but I can combine them into a DateTime attribute if I want.
Is there a recommended way of doing this. I have seen several options.. but not sure what is the best approach.
Any advice appreciated here. - thanks