Example #1
0
 public KDateTime AddMonths(int m)
 {
     return(new KDateTime(DT.AddMonths(m)));
 }