ContentControl.DateCalendarType 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
날짜 선택기를 나타내는 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
.