【发布时间】:2014-03-28 14:32:27
【问题描述】:
是否可以使用变量自动定位月历中的某个日期?
DateTime example = Convert.ToDateTime("01/01/2014");
//Automatically select 1 January 2014 in the calendar
//(i.e. The date corresponding to the example variable above)
【问题讨论】:
-
您希望它何时触发?每个系统打勾?自动是一个非常宽松的术语,您错过了一些研究工作
标签: c# date select monthcalendar