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