Property FullDate
- Namespace
- DocWright.Dom.ContentControls
- Assembly
- DocWright.Dom.dll
FullDate
Gets or sets the stored date of a date picker (w:date/@w:fullDate), or null.
Word stores it in the XML-schema dateTime form. Setting it writes the
same form so the value round-trips through Word unchanged; it does not rewrite the
control's displayed text, which SetValue(string) does.
public DateTimeOffset? FullDate { get; set; }
Property Value
Exceptions
- ContentControlEditException
The preserved markup could not be rewritten, or the control is not a date picker.