WdContentControlDateStorageFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public enum class WdContentControlDateStorageFormat
[System.Runtime.InteropServices.Guid("97F81678-ACCD-3F4C-A9F2-52653F4431DE")]
public enum WdContentControlDateStorageFormat
type WdContentControlDateStorageFormat =
Public Enum WdContentControlDateStorageFormat
- Inheritance
-
WdContentControlDateStorageFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdContentControlDateStorageText | 0 | Specifies to store or retrieve the date value for a date content control as text. |
wdContentControlDateStorageDate | 1 | Specifies to store or retrieve the date value for a date content control as a date in the standard XML Schema DateTime format. |
wdContentControlDateStorageDateTime | 2 | Specifies to store or retrieve the date value for a date content control as a time in the standard XML Schema DateTime format. |