コード例 #1
0
 /// <inheritdoc />
 public IDateTime AddMonths(int months)
 {
     return(new DateTimeWrap(DateTimeInstance.AddMonths(months)));
 }