ExpressionInstant |
ExpressionInstant.minusDays(long daysToSubtract) |
Return a new ExpressionInstant with the daysToSubtract subtracted from the current value
of the Instant .
|
ExpressionInstant |
ExpressionInstant.minusHours(long hoursToSubtract) |
Return a new ExpressionInstant with the hoursToSubtract subtracted from the current value
of the Instant .
|
ExpressionInstant |
ExpressionInstant.minusMillis(long millisecondsToSubtract) |
Return a new ExpressionInstant with the millisecondsToSubtract subtracted from the current value
of the Instant .
|
ExpressionInstant |
ExpressionInstant.minusMinutes(long minutesToSubtract) |
Return a new ExpressionInstant with the minutesToSubtract subtracted from the current value
of the Instant .
|
ExpressionInstant |
ExpressionInstant.minusSeconds(long secondsToSubtract) |
Return a new ExpressionInstant with the secondsToSubtract subtracted from the current value
of the Instant .
|
ExpressionInstant |
ExpressionInstant.plusDays(long daysToAdd) |
Return a new ExpressionInstant with the daysToAdd added to the current value of the Instant .
|
ExpressionInstant |
ExpressionInstant.plusHours(long hoursToAdd) |
Return a new ExpressionInstant with the hoursToAdd added to the current value of the Instant .
|
ExpressionInstant |
ExpressionInstant.plusMillis(long millisecondsToAdd) |
Return a new ExpressionInstant with the millisecondsToAdd added to the current value of the
Instant .
|
ExpressionInstant |
ExpressionInstant.plusMinutes(long minutesToAdd) |
Return a new ExpressionInstant with the minutesToAdd added to the current value of the Instant .
|
ExpressionInstant |
ExpressionInstant.plusSeconds(long secondsToAdd) |
Return a new ExpressionInstant with the secondsToAdd added to the current value of the Instant .
|