다음을 통해 공유


ContentControl.DateDisplayFormat 속성

정의

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

public:
 property System::String ^ DateDisplayFormat { System::String ^ get(); void set(System::String ^ value); };
public string DateDisplayFormat { get; set; }
member this.DateDisplayFormat : string with get, set
Public Property DateDisplayFormat As String

속성 값

ContentControl에서 날짜를 표시할 형식을 지정하는 문자열입니다.

예외

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

설명

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

기본 날짜 형식은 일반적으로 운영 체제의 로캘 설정에 따라 달라지는 Microsoft Office Word 지정된 형식 설정입니다. 예를 들어 로캘 영어(미국)의 기본 날짜 형식은 입니다mm/dd/yyyy.

적용 대상