Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

CalendarType

See Also