AddMonths() public method

public AddMonths ( System.DateTime time, int months ) : System.DateTime
time System.DateTime
months int
return System.DateTime
コード例 #1
0
 public override DateTime AddMonths(DateTime time, int months)
 {
     return(helper.AddMonths(time, months));
 }