DateStorageFormat Enumeration |
Specifies how the date for a date Content Control item is stored.
Namespace: SautinSoft.Document.CustomMarkupsAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic enum DateStorageFormat
Public Enumeration DateStorageFormat
MembersMember name | Value | Description |
---|
Date | 0 |
The date storage format.
|
DateTime | 1 |
The date and time storage format.
|
Text | 2 |
The text storage format.
|
See Also