MonthCalendar.AddMonthlyBoldedDate(DateTime) 方法

定义

在月历中,在每月的基础上添加一个以粗体显示的日期。

public:
 void AddMonthlyBoldedDate(DateTime date);
public void AddMonthlyBoldedDate (DateTime date);
member this.AddMonthlyBoldedDate : DateTime -> unit
Public Sub AddMonthlyBoldedDate (date As DateTime)

参数

date
DateTime

要以粗体显示的日期。

注解

之后必须调用 UpdateBoldedDates 该方法才能更新显示。

若要在单个赋值中添加多个日期,可以将对象数组 DateTime 分配给属性 MonthlyBoldedDates

适用于

另请参阅