Click or drag to resize

SdtDate Class

Specifies that the Sdt shall be a date picker when displayed in the document.
Inheritance Hierarchy
System Object
Spire.Doc.Documents SdtControlProperties
Spire.Doc.Documents SdtDate

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class SdtDate : SdtControlProperties

The SdtDate type exposes the following members.

Constructors
Name Description
Public method SdtDate
Initializes a new instance of the SdtDate class
Top
Properties
Name Description
Public property CalendarType
Date Picker Calendar Type, specifies the calendar which shall be displayed for the current date picker structured document tag, if a user interface is present for the structured document tag.
Public property DateFormat
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.
Public property FullDate
Specifies the full date and time last entered into the parent structured document tag using the standard XML Schema DateTime syntax.
Public property Lid

This element specifies the language ID which shall be used for displaying a calendar for the current date picker structured document tag, if a user interface is present for the sdt.

If this element is omitted, then the language ID shall be the language ID of the run contents of the parent structured document tag.

Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also