コード例 #1
0
 public static Month Subtract(Month month, int numPeriods) => month.Offset(-numPeriods);
コード例 #2
0
 public static Month Add(Month month, int numPeriods) => month.Offset(numPeriods);