Name | Description | |
---|---|---|
Returns a new Duration object whose value is the sum of the specified Duration object and this instance. |
||
Cloneable.clone implementation. |
||
Comparable.compareTo implementation. |
||
Object.equals override. |
||
Overloaded. |
||
Overloaded. |
||
Overloaded. |
||
Overloaded. |
||
Overloaded. |
||
Returns a Duration that represents a specified time, where the specification is in units of ticks. |
||
Gets the days component of the time interval represented by the current Duration object. |
||
Gets the hours component of the time interval represented by the current Duration object. |
||
Gets the milliseconds component of the time interval represented by the current Duration object. |
||
Gets the minutes component of the time interval represented by the current Duration object. |
||
Gets the seconds component of the time interval represented by the current Duration object. |
||
Gets the number of ticks that represent the value of the current Duration object. |
||
Gets the value of the current Duration object expressed in whole days. |
||
Gets the value of the current Duration expressed in whole and fractional hours. |
||
Gets the total number of milliseconds in this instance. |
||
Gets the value of the current Duration expressed in whole and fractional minutes. |
||
Gets the value of the current Duration object expressed in whole and fractional seconds. |
||
Object.hashCode override. |
||
Returns a Duration whose value is the negated value of the specified instance. |
||
Adds two specified Duration instances. |
||
Indicates whether two Duration instances are equal. |
||
Indicates whether a specified Duration is greater than another specified Duration. |
||
Indicates whether a specified Duration is greater than or equal to another specified Duration. |
||
Indicates whether two Duration instances are not equal. |
||
Indicates whether a specified Duration is less than another specified Duration. |
||
Indicates whether a specified Duration is less than or equal to another specified Duration. |
||
Subtracts a specified Duration from another specified Duration. |
||
Returns a Duration whose value is the negated value of the specified instance. |
||
Returns a new Duration object whose value is the difference between the specified Duration object and this instance. |
||
Returns the stored java.time.Duration. |
||
Returns the string representation of the value of this instance. |