MonthCalendar.AddMonthlyBoldedDate(DateTime) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
월 달력에서 월 기준으로 굵게 표시되는 날짜를 추가합니다.
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 수 있습니다.