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

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

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