示例#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);
 }