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.AnnuallyBoldedDates

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

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace