DateBoldEventArgs.DaysToBold 속성

정의

굵게 표시된 날짜를 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property cli::array <int> ^ DaysToBold { cli::array <int> ^ get(); void set(cli::array <int> ^ value); };
public int[] DaysToBold { get; set; }
public int[]? DaysToBold { get; set; }
member this.DaysToBold : int[] with get, set
Public Property DaysToBold As Integer()

속성 값

Int32[]

굵게 표시된 날짜입니다.

적용 대상