Ejemplo n.º 1
0
 /// <summary>
 /// Add period
 /// </summary>
 /// <param name="ts"></param>
 /// <param name="period"></param>
 /// <returns></returns>
 public static LocalDateTime Add(this LocalDateTime ts, Period period) => ts.Plus(period);