core-ktx / androidx.time / java.time.MonthDay

Extensions for java.time.MonthDay

component1

operator fun MonthDay.component1(): Month

Return the Month component of this MonthDay.

component2

operator fun MonthDay.component2(): Int

Return the day component of this MonthDay.