Reputation: 1268
I would like to bind the DateTime.Now.DayOfWeek property. This will be shown in the view through databinding.
It's no problem to bind the DayOfWeek property, but..... How Can I detect the end of the day without using a timer to check it continuously (for example every hour..)?
Upvotes: 0
Views: 120