Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.