times

Multiplies this value by a duration of centuries.

operator fun Int.times(centuries: IntCenturies): IntCenturies
operator fun Long.times(centuries: IntCenturies): LongCenturies
operator fun Int.times(centuries: LongCenturies): LongCenturies
operator fun Long.times(centuries: LongCenturies): LongCenturies

Multiplies this value by a duration of days.

operator fun Int.times(days: IntDays): IntDays
operator fun Long.times(days: IntDays): LongDays
operator fun Int.times(days: LongDays): LongDays
operator fun Long.times(days: LongDays): LongDays

Multiplies this value by a duration of decades.

operator fun Int.times(decades: IntDecades): IntDecades
operator fun Long.times(decades: IntDecades): LongDecades
operator fun Int.times(decades: LongDecades): LongDecades
operator fun Long.times(decades: LongDecades): LongDecades

Multiplies this value by a duration of hours.

operator fun Int.times(hours: IntHours): IntHours
operator fun Long.times(hours: IntHours): LongHours
operator fun Int.times(hours: LongHours): LongHours
operator fun Long.times(hours: LongHours): LongHours

Multiplies this value by a duration of microseconds.

operator fun Int.times(microseconds: IntMicroseconds): LongMicroseconds
operator fun Long.times(microseconds: IntMicroseconds): LongMicroseconds
operator fun Int.times(microseconds: LongMicroseconds): LongMicroseconds
operator fun Long.times(microseconds: LongMicroseconds): LongMicroseconds

Multiplies this value by a duration of milliseconds.

operator fun Int.times(milliseconds: IntMilliseconds): LongMilliseconds
operator fun Long.times(milliseconds: IntMilliseconds): LongMilliseconds
operator fun Int.times(milliseconds: LongMilliseconds): LongMilliseconds
operator fun Long.times(milliseconds: LongMilliseconds): LongMilliseconds

Multiplies this value by a duration of minutes.

operator fun Int.times(minutes: IntMinutes): IntMinutes
operator fun Long.times(minutes: IntMinutes): LongMinutes
operator fun Int.times(minutes: LongMinutes): LongMinutes
operator fun Long.times(minutes: LongMinutes): LongMinutes

Multiplies this value by a duration of months.

operator fun Int.times(months: IntMonths): IntMonths
operator fun Long.times(months: IntMonths): LongMonths
operator fun Int.times(months: LongMonths): LongMonths
operator fun Long.times(months: LongMonths): LongMonths

Multiplies this value by a duration of nanoseconds.

operator fun Int.times(nanoseconds: IntNanoseconds): LongNanoseconds
operator fun Long.times(nanoseconds: IntNanoseconds): LongNanoseconds
operator fun Int.times(nanoseconds: LongNanoseconds): LongNanoseconds
operator fun Long.times(nanoseconds: LongNanoseconds): LongNanoseconds

Multiplies this value by a duration of seconds.

operator fun Int.times(seconds: IntSeconds): IntSeconds
operator fun Long.times(seconds: IntSeconds): LongSeconds
operator fun Int.times(seconds: LongSeconds): LongSeconds
operator fun Long.times(seconds: LongSeconds): LongSeconds

Multiplies this value by a duration of weeks.

operator fun Int.times(weeks: IntWeeks): IntWeeks
operator fun Long.times(weeks: IntWeeks): LongWeeks
operator fun Int.times(weeks: LongWeeks): LongWeeks
operator fun Long.times(weeks: LongWeeks): LongWeeks

Multiplies this value by a duration of years.

operator fun Int.times(years: IntYears): IntYears
operator fun Long.times(years: IntYears): LongYears
operator fun Int.times(years: LongYears): LongYears
operator fun Long.times(years: LongYears): LongYears

Multiplies this value by a duration.

operator fun Int.times(duration: Duration): Duration
operator fun Int.times(period: Period): Period