Common behavior for the types that represent time.
no type hierarchy
no supertypes hierarchy
Methods | |
minusHours | Source Codeshared formal Element minusHours(Integer hours) Returns a copy of this period with the specified number of hours subtracted. |
minusMilliseconds | Source Codeshared formal Element minusMilliseconds(Integer milliseconds) Returns a copy of this period with the specified number of milliseconds subtracted. |
minusMinutes | Source Codeshared formal Element minusMinutes(Integer minutes) Returns a copy of this period with the specified number of minutes subtracted. |
minusSeconds | Source Codeshared formal Element minusSeconds(Integer seconds) Returns a copy of this period with the specified number of seconds subtracted. |
plusHours | Source Codeshared formal Element plusHours(Integer hours) Returns a copy of this period with the specified number of hours added. |
plusMilliseconds | Source Codeshared formal Element plusMilliseconds(Integer milliseconds) Returns a copy of this period with the specified number of milliseconds added. |
plusMinutes | Source Codeshared formal Element plusMinutes(Integer minutes) Returns a copy of this period with the specified number of minutes added. |
plusSeconds | Source Codeshared formal Element plusSeconds(Integer seconds) Returns a copy of this period with the specified number of seconds added. |
withHours | Source Codeshared formal Element withHours(Integer hours) Returns a copy of this period with the specified amount of hours. Result must be a valid time of day. |
withMilliseconds | Source Codeshared formal Element withMilliseconds(Integer milliseconds) Returns a copy of this period with the specified amount of milliseconds. |
withMinutes | Source Codeshared formal Element withMinutes(Integer minutes) Returns a copy of this period with the specified amount of minutes. |
withSeconds | Source Codeshared formal Element withSeconds(Integer seconds) Returns a copy of this period with the specified amount of seconds. |
Inherited Methods |
Methods inherited from: Object |