The array of DateTime objects that determines which annual days are shown in bold.
[Visual Basic] Public Property AnnuallyBoldedDates As DateTime () [C#] public DateTime[] AnnuallyBoldedDates {get; set;} [C++] public: __property DateTime* get_AnnuallyBoldedDates(); public: __property void set_AnnuallyBoldedDates(DateTime*[]); [JScript] public function get AnnuallyBoldedDates() : DateTime[]; public function set AnnuallyBoldedDates(DateTime[]);
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace