DatePickerContentControl.DateDisplayLocale Property (2007 System)
Gets or sets the language format of the date that is displayed in the DatePickerContentControl.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property DateDisplayLocale As WdLanguageID
'Usage
Dim instance As DatePickerContentControl
Dim value As WdLanguageID
value = instance.DateDisplayLocale
instance.DateDisplayLocale = value
[BrowsableAttribute(false)]
public WdLanguageID DateDisplayLocale { get; set; }
[BrowsableAttribute(false)]
public:
property WdLanguageID DateDisplayLocale {
WdLanguageID get ();
void set (WdLanguageID value);
}
public function get DateDisplayLocale () : WdLanguageID
public function set DateDisplayLocale (value : WdLanguageID)
Property Value
Type: WdLanguageID
One of the WdLanguageID values.
Remarks
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.
See Also
Reference
DatePickerContentControl Class