WdContentControlDateStorageFormat Enumeration
Indicates how the date for a date content control is stored or retrieved when the date control is bound to an XML node in the document's data store.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdContentControlDateStorageFormat
'Usage
Dim instance As WdContentControlDateStorageFormat
public enum WdContentControlDateStorageFormat
Members
Member name | Description | |
---|---|---|
wdContentControlDateStorageText | Specifies to store or retrieve the date value for a date content control as text. | |
wdContentControlDateStorageDate | Specifies to store or retrieve the date value for a date content control as a date in the standard XML Schema DateTime format. | |
wdContentControlDateStorageDateTime | Specifies to store or retrieve the date value for a date content control as a time in the standard XML Schema DateTime format. |