AddMonths() 공개 메소드

public AddMonths ( System.DateTime time, int months ) : System.DateTime
time System.DateTime
months int
리턴 System.DateTime
예제 #1
0
 public override DateTime AddMonths(DateTime time, int months)
 {
     return(helper.AddMonths(time, months));
 }