The array of DateTime objects that determines which non-recurring specified dates are shown in bold.
[Visual Basic] Public Property BoldedDates As DateTime () [C#] public DateTime[] BoldedDates {get; set;} [C++] public: __property DateTime* get_BoldedDates(); public: __property void set_BoldedDates(DateTime*[]); [JScript] public function get BoldedDates() : DateTime[]; public function set BoldedDates(DateTime[]);
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace