在MonthCalendar中选择特定的日期
本文关键字:日期 选择 MonthCalendar | 更新日期: 2023-09-27 17:54:24
是否可以使用变量来自动定位月份日历中的某个日期?
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)
使用MonthCalendar。设置当前日期方法
DateTime example = Convert.ToDateTime("01/01/2014");
monthCalendar.SetDate(example);