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.