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

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

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace