Click or drag to resize

DateStorageFormat Enumeration

Specifies how the date for a date Content Control item is stored.

Namespace: SautinSoft.Document.CustomMarkups
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum DateStorageFormat
Members
Member nameValueDescription
Date0 The date storage format.
DateTime1 The date and time storage format.
Text2 The text storage format.
See Also