The array of DateTime objects that determine which monthly days to bold.
[Visual Basic] Public Property MonthlyBoldedDates As DateTime () [C#] public DateTime[] MonthlyBoldedDates {get; set;} [C++] public: __property DateTime* get_MonthlyBoldedDates(); public: __property void set_MonthlyBoldedDates(DateTime*[]); [JScript] public function get MonthlyBoldedDates() : DateTime[]; public function set MonthlyBoldedDates(DateTime[]);
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace