如何在 windows phone 下的 XAML 中正确设置 DateTime 属性?
我尝试了以下方法:
EndTime="2013-08-26T10:00:00"
EndTime="2013-08-26 10:00"
EndTime="26-08-2013 10:00"
每次我收到一条XamlParseException
with 消息Failed to create a 'System.DateTime' from the text [whatever input]
我的输入应该符合规范,但显然不是。