24 references to CalendarAlgorithmType
mscorlib (24)
system\globalization\calendar.cs (2)
149public virtual CalendarAlgorithmType AlgorithmType 153return CalendarAlgorithmType.Unknown;
system\globalization\eastasianlunisolarcalendar.cs (2)
44public override CalendarAlgorithmType AlgorithmType { 46return CalendarAlgorithmType.LunisolarCalendar;
system\globalization\gregoriancalendar.cs (2)
103public override CalendarAlgorithmType AlgorithmType 107return CalendarAlgorithmType.SolarCalendar;
system\globalization\hebrewcalendar.cs (2)
326public override CalendarAlgorithmType AlgorithmType 330return CalendarAlgorithmType.LunisolarCalendar;
system\globalization\hijricalendar.cs (2)
113public override CalendarAlgorithmType AlgorithmType 117return CalendarAlgorithmType.LunarCalendar;
system\globalization\japanesecalendar.cs (2)
73public override CalendarAlgorithmType AlgorithmType 77return CalendarAlgorithmType.SolarCalendar;
system\globalization\juliancalendar.cs (2)
77public override CalendarAlgorithmType AlgorithmType 81return CalendarAlgorithmType.SolarCalendar;
system\globalization\koreancalendar.cs (2)
75public override CalendarAlgorithmType AlgorithmType 79return CalendarAlgorithmType.SolarCalendar;
system\globalization\Persiancalendar.cs (2)
92public override CalendarAlgorithmType AlgorithmType { 94return CalendarAlgorithmType.SolarCalendar;
system\globalization\taiwancalendar.cs (2)
88public override CalendarAlgorithmType AlgorithmType 92return CalendarAlgorithmType.SolarCalendar;
system\globalization\thaibuddhistcalendar.cs (2)
66public override CalendarAlgorithmType AlgorithmType 70return CalendarAlgorithmType.SolarCalendar;
system\globalization\umalquracalendar.cs (2)
301public override CalendarAlgorithmType AlgorithmType { 303return CalendarAlgorithmType.LunarCalendar;