XfaDateTimeField
DateTimeFormats Property
|
Gets the datetime formats of the field.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string DateTimeFormats { get; }
Public ReadOnly Property DateTimeFormats As String
Get
public:
property String^ DateTimeFormats {
String^ get ();
}
member DateTimeFormats : string with get
Property Value
Type:
String
See Also