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

Adds a day that will be bolded monthly on the month calendar. Be sure to call updateBoldedDates() afterwards.

[Visual Basic]
Public Sub AddMonthlyBoldedDate( _
   ByVal date As DateTime _
)
[C#]
public void AddMonthlyBoldedDate(
   DateTime date
);
[C++]
public: void AddMonthlyBoldedDate(
   DateTime date
);
[JScript]
public function AddMonthlyBoldedDate(
   date : DateTime
);

Parameters

date
The date to add.

Exceptions

Exception Type Condition
Exception Thrown if date is null.

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace