Enum ContentControlDateStorageFormat
Represents the date storage format for the selected date in Date Picker content control.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum ContentControlDateStorageFormat
Fields
Name | Description |
---|---|
DateStorageDate | Represents the date as a date storage format. |
DateStorageDateTime | Represents the date and time as a date storage format. |
DateStorageText | Represents the Text as a date storage format. |