CalendarAlgorithmType {System.Globalization} .NET clr documentation

CalendarAlgorithmType

Description

Declare

            
# namespace System.Globalization
export class CalendarAlgorithmType extends Enum {
   Unknown: CalendarAlgorithmType = 0;

   SolarCalendar: CalendarAlgorithmType = 1;

   LunarCalendar: CalendarAlgorithmType = 2;

   LunisolarCalendar: CalendarAlgorithmType = 3;

}

        

.NET clr type reference tree

  1. this class extends from Enum class: Enum
  2. use by field member Unknown: CalendarAlgorithmType
  3. use by field member SolarCalendar: CalendarAlgorithmType
  4. use by field member LunarCalendar: CalendarAlgorithmType
  5. use by field member LunisolarCalendar: CalendarAlgorithmType

[Package {$package} version {$version} Index]