Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ThaiBuddhistCalendar::AlgorithmType Property

 

Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
property CalendarAlgorithmType AlgorithmType {
	virtual CalendarAlgorithmType get() override;
}

The following example uses reflection to instantiate each Calendar type found in the .NET Framework and displays the value of its AlgorithmType property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft