| 
SdtDate
CalendarType Property
  | 
 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.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public CalendarType CalendarType { get; set; }
 
Public Property CalendarType As CalendarType
	Get
	Set
 
public:
property CalendarType CalendarType {
	CalendarType get ();
	void set (CalendarType value);
}
 
member CalendarType : CalendarType with get, set
 
 
 
Property Value
 
 Type:
 
CalendarType
 
 
 See Also
See Also