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