Word.ContentControlDateStorageFormat enum
Date storage formats for Word.DatePickerContentControl.
Remarks
Used by
Fields
| date = "Date" | Stores the date as a date object. |
| dateTime = "DateTime" | Stores the date as a date-time object. |
| text = "Text" | Stores the date as text. |