ContentControl.DateStorageFormat Property

Definition

Returns or sets the format for storage and retrieval of dates when a date content control is bound to the XML data store of the active document. Read/write.

public:
 property Microsoft::Office::Interop::Word::WdContentControlDateStorageFormat DateStorageFormat { Microsoft::Office::Interop::Word::WdContentControlDateStorageFormat get(); void set(Microsoft::Office::Interop::Word::WdContentControlDateStorageFormat value); };
public Microsoft.Office.Interop.Word.WdContentControlDateStorageFormat DateStorageFormat { get; set; }
member this.DateStorageFormat : Microsoft.Office.Interop.Word.WdContentControlDateStorageFormat with get, set
Public Property DateStorageFormat As WdContentControlDateStorageFormat

Property Value

WdContentControlDateStorageFormat

Remarks

The DateStorageFormat property allows you to store dates in date format, date/time format, or text format.

Applies to