ContentControl.DateStorageFormat Property

Returns or sets the format for storage and retrieval of dates when a date content control is bound to the XML data store of the active document. Read/write.

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

Syntax

'Declaration
Property DateStorageFormat As WdContentControlDateStorageFormat
    Get
    Set
'Usage
Dim instance As ContentControl
Dim value As WdContentControlDateStorageFormat

value = instance.DateStorageFormat

instance.DateStorageFormat = value
WdContentControlDateStorageFormat DateStorageFormat { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdContentControlDateStorageFormat
WdContentControlDateStorageFormat

Remarks

The DateStorageFormat property allows you to store dates in date format, date/time format, or text format.

See Also

Reference

ContentControl Interface

ContentControl Members

Microsoft.Office.Interop.Word Namespace