ContentControl.DateDisplayLocale Property

Returns a the language format for the date displayed in a date content control. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property DateDisplayLocale As WdLanguageID
    Get
    Set
'Usage
Dim instance As ContentControl
Dim value As WdLanguageID

value = instance.DateDisplayLocale

instance.DateDisplayLocale = value
WdLanguageID DateDisplayLocale { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdLanguageID
WdLanguageID

Remarks

By default, the DateDisplayLocale property is initially set to the editing language specified in Microsoft Office Word, if this is different from the location specified in Microsoft Windows.

See Also

Reference

ContentControl Interface

ContentControl Members

Microsoft.Office.Interop.Word Namespace