示例#1
0
 public static Period PeriodWithYearAndMonth(PeriodYear year, PeriodMnth month)
 {
     return(new Period(year, month));
 }
示例#2
0
 public Period(PeriodYear year, PeriodMnth month) : this((PeriodCode)(year * 100 + month))
 {
 }