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

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

[Visual Basic]
Public Sub AddBoldedDate( _
   ByVal date As DateTime _
)
[C#]
public void AddBoldedDate(
   DateTime date
);
[C++]
public: void AddBoldedDate(
   DateTime date
);
[JScript]
public function AddBoldedDate(
   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