SdtDate
DateFormat Property
|
The element specifies the display format which shall be used to format any date entered into the parent
structured document tag in full DateTime format [Example: Through a user interface (a date picker), or through
custom XML data associated with this structured document tag via the
SdtDataBinding
elementend
example] before displaying it in the structured document tag's run content.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string DateFormat { get; set; }
Public Property DateFormat As String
Get
Set
public:
property String^ DateFormat {
String^ get ();
void set (String^ value);
}
member DateFormat : string with get, set
Property Value
Type:
String
See Also