How about using DaysInMonth
:
DateTime createDate = new DateTime (year, month,
DateTime.DaysInMonth(year, month));
(Note to self – must make this easy in Noda Time…)
How about using DaysInMonth
:
DateTime createDate = new DateTime (year, month,
DateTime.DaysInMonth(year, month));
(Note to self – must make this easy in Noda Time…)