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: 2026.2.19
Syntaxpublic enum DateStorageFormat
Public Enumeration DateStorageFormat
Members| Member 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