NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.BoldedDates

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[]);

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace