다음을 통해 공유


ContentControl.DateCalendarType 속성

정의

날짜 선택기를 나타내는 ContentControl에 표시되는 달력 형식을 가져오거나 설정합니다.

public:
 property Microsoft::Office::Interop::Word::WdCalendarType DateCalendarType { Microsoft::Office::Interop::Word::WdCalendarType get(); void set(Microsoft::Office::Interop::Word::WdCalendarType value); };
public Microsoft.Office.Interop.Word.WdCalendarType DateCalendarType { get; set; }
member this.DateCalendarType : Microsoft.Office.Interop.Word.WdCalendarType with get, set
Public Property DateCalendarType As WdCalendarType

속성 값

컨트롤에 표시되는 달력 형식입니다. 기본값은 운영 체제의 현재 로캘 설정에 따라 달라집니다.

예외

속성에 Type Microsoft.Office.Interop.Word 값이 없습니다. WdContentControlType.wdContentControlDate.

설명

이 속성은 날짜 선택기를 나타내는 경우에만 ContentControl 사용할 수 있습니다.

기본 일정 유형은 운영 체제의 로캘 설정에 따라 달라집니다. 예를 들어 로캘 영어(미국)의 기본 달력 형식은 입니다wdCalendarWestern.

적용 대상