Hello. I need to receive all the days of the specified month as a collection of days, for each day I need to know its number and name. I thought this was done in the Calendar class. But it seems he is not for this).
Pseudocode:
var days= GetDayOnMonth("Jun"); foreach(var day in days) { day.Name //название дня (понедельник) day.Number //число (10) } Please tell me where to dig?