(CalendarDays days)
| 210 | * @since 5.0 |
| 211 | */ |
| 212 | public GeneralTimestamp<C> minus(CalendarDays days) { |
| 213 | |
| 214 | return this.plus(days.inverse()); |
| 215 | |
| 216 | } |
| 217 | |
| 218 | /** |
| 219 | * <p>Subtracts given count of days from this general timestamp and return the result. </p> |