11 overrides of AlgorithmType
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (1)
17
public override CalendarAlgorithmType
AlgorithmType
=> CalendarAlgorithmType.LunisolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (1)
35
public override CalendarAlgorithmType
AlgorithmType
=> CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (1)
283
public override CalendarAlgorithmType
AlgorithmType
=> CalendarAlgorithmType.LunisolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (1)
68
public override CalendarAlgorithmType
AlgorithmType
=> CalendarAlgorithmType.LunarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
41
public override CalendarAlgorithmType
AlgorithmType
=> CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
42
public override CalendarAlgorithmType
AlgorithmType
=> CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
41
public override CalendarAlgorithmType
AlgorithmType
=> CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (1)
48
public override CalendarAlgorithmType
AlgorithmType
=> CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
42
public override CalendarAlgorithmType
AlgorithmType
=> CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
32
public override CalendarAlgorithmType
AlgorithmType
=> CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (1)
250
public override CalendarAlgorithmType
AlgorithmType
=> CalendarAlgorithmType.LunarCalendar;