Uses of Class
com.stimulsoft.lib.utils.DurationImpl
Packages that use DurationImpl
-
Uses of DurationImpl in com.stimulsoft.lib.utils
Methods in com.stimulsoft.lib.utils that return DurationImplModifier and TypeMethodDescriptionDurationImpl.add(DurationImpl rhs) Computes a new duration whose value isthis+rhs.DurationImpl.multiply(int factor) Computes a new duration whose value isfactortimes longer than the value of this duration.DurationImpl.multiply(BigDecimal factor) Computes a new duration whose value isfactortimes longer than the value of this duration.DurationImpl.negate()Returns a newDurationImplobject whose value is-this.DurationImpl.normalizeWith(Calendar startTimeInstant) Converts the years and months fields into the days field by using a specific time instant as the reference point.DurationImpl.subtract(DurationImpl rhs) Computes a new duration whose value isthis-rhs.Methods in com.stimulsoft.lib.utils with parameters of type DurationImplModifier and TypeMethodDescriptionDurationImpl.add(DurationImpl rhs) Computes a new duration whose value isthis+rhs.voidXMLGregorianCalendarImpl.add(DurationImpl duration) Adddurationto this instance.invalid input: '<'\p>intDurationImpl.compare(DurationImpl rhs) Partial order relation comparison with thisDurationImplinstance.DurationImpl.subtract(DurationImpl rhs) Computes a new duration whose value isthis-rhs.