WPF4 DatePicker - adding time
Now that there is an official MS DatePicker in WPF4, I was wondering if there was a way to let it edit the Ti开发者_C百科me part of a DateTime as well. I can't see anything, but it seems rather obvious to have missed out?
I don't believe there is any 'Time' functionality built into the DatePicker out of the box in .NET 4
http://msdn.microsoft.com/en-us/library/system.windows.controls.datepicker.aspx
You might be able to create a custom control that uses the DatePicker for the Date portion, or possibly even create a ControlTemplate for the DatePicker to add a Time Selection element... but no... it's not built in for us unfortunately.
精彩评论