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

Removes a bolded date. If the date is not found in the bolded date list, then no action is taken. If date occurs more than once in the bolded date list, then only the first date is removed. Be sure to call updateBoldedDates() afterwards.

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

Parameters

date
The date to remove.

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | updateBoldedDates