MobileForms Toolkit Documentation

OutlookMonthCalendar.AddMonthlyBoldedDate Method 

Adds a day that is displayed in bold on a monthly basis in the month calendar.

public void AddMonthlyBoldedDate(
DateTime date
);

Parameters

date
The date to be displayed in bold.

Remarks

You must call UpdateBoldedDates afterwards to update the display. To add multiple dates in a single assignment, you can assign an array of DateTime objects to the MonthlyBoldedDates property.

See Also

OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace