Exemplo n.º 1
0
 public static Period PeriodWithYearAndMonth(PeriodYear year, PeriodMnth month)
 {
     return(new Period(year, month));
 }
Exemplo n.º 2
0
 public Period(PeriodYear year, PeriodMnth month) : this((PeriodCode)(year * 100 + month))
 {
 }