Пример #1
0
 public static VariableTimeSpan Years(this int y, VariableTimeSpan otherTime)
 {
     return(Years(y) + otherTime);
 }
Пример #2
0
 public static VariableTimeSpan Month(this int m, VariableTimeSpan otherTime)
 {
     return(Months(m) + otherTime);
 }