ContentControl.DateDisplayLocale Property
Gets or sets the language format of the date that is displayed in a ContentControl that represents a date picker.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Property DateDisplayLocale As WdLanguageID
WdLanguageID DateDisplayLocale { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdLanguageID
The language format of the date that is displayed in the control.
Exceptions
Exception | Condition |
---|---|
COMException | The Type property does not have the value Microsoft.Office.Interop.Word.WdContentControlType.wdContentControlDate. |
Remarks
This property can be used only if the ContentControl represents a date picker.
The default value of the DateDisplayLocale property depends on the editing language specified in Microsoft Office Word. For example, the default language format for English (United States) is wdEnglishUS.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.