4 references to GetDayOfMonth
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
125return _helper.GetDayOfMonth(time);
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
82return _helper.GetDayOfMonth(time);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
82return _helper.GetDayOfMonth(time);
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
63return _helper.GetDayOfMonth(time);