コード例 #1
0
 public static DayOfMonth Of(int day, Month month)
 {
     return(new DayOfMonth(day, month.GetMonth(), 0));
 }