Example #1
0
 /// <summary>
 /// Add period. <br />
 /// 添加一段时间。
 /// </summary>
 /// <param name="ts"></param>
 /// <param name="period"></param>
 /// <returns></returns>
 public static LocalDate Add(this LocalDate ts, Period period) => ts.Plus(period);