operator fun Period.component1(): Int
Return the years component of this Period. |
|
operator fun Period.component2(): Int
Return the months component of this Period. |
|
operator fun Period.component3(): Int
Return the days component of this Period. |
|
operator fun Period.times(multiplicand: Int): Period
Multiply this Period by the |
|
operator fun Period.unaryMinus(): Period
Negate this Period. |