Word.ContentControlDateStorageFormat enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Date storage formats for Word.DatePickerContentControl.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
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. |