Esempio n. 1
0
 public static DateTime Add(this DateTime date, DateSpan dateSpan)
 {
     return(dateSpan.AddTo(date));
 }