Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何从 Silverlight 中的 Datepicker 获取日期和时间值?
在我所见的任何地方,我都能找到仅适用于 Silverlight 的 DateTimePicker 的答案。这可以在不使用 Event 参数的情况下完成吗?
尝试SelectedDateDatePicker 中的属性,它应该返回一个Nullable<DateTime>值。
SelectedDate
Nullable<DateTime>