Share via


MonthCalendar.RemoveAllMonthlyBoldedDates 方法

定義

移除所有的每月粗體日期。

public:
 void RemoveAllMonthlyBoldedDates();
public void RemoveAllMonthlyBoldedDates ();
member this.RemoveAllMonthlyBoldedDates : unit -> unit
Public Sub RemoveAllMonthlyBoldedDates ()

備註

這個方法會 MonthlyBoldedDates 清除陣列。 若要從粗體日期中移除單一日期,請使用 RemoveMonthlyBoldedDate 方法。

您必須呼叫 UpdateBoldedDates 方法,以確保顯示器已更新以反映移除。

適用於