DatePickerContentControl.DateCalendarType 속성 (2007 시스템)
업데이트: 2007년 11월
DatePickerContentControl에 표시되는 달력 종류를 가져오거나 설정합니다.
네임스페이스: Microsoft.Office.Tools.Word
어셈블리: Microsoft.Office.Tools.Word.v9.0(Microsoft.Office.Tools.Word.v9.0.dll)
구문
<BrowsableAttribute(False)> _
Public Property DateCalendarType As WdCalendarType
Dim instance As DatePickerContentControl
Dim value As WdCalendarType
value = instance.DateCalendarType
instance.DateCalendarType = value
[BrowsableAttribute(false)]
public WdCalendarType DateCalendarType { get; set; }
속성 값
형식: Microsoft.Office.Interop.Word.WdCalendarType
WdCalendarType 값 중 하나입니다. 기본값은 운영 체제의 현재 로캘 설정에 따라 달라집니다.
설명
기본 달력 종류는 운영 체제의 로캘 설정에 따라 달라집니다. 예를 들어 영어(미국) 로캘의 기본 달력 종류는 wdCalendarWestern입니다.
권한
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.