Yearly

data class Yearly(val startMonth: Int, val startDay: Int, val endMonth: Int, val endDay: Int) : ValidityInput

Constructors

Link copied to clipboard
constructor(startMonth: Int, startDay: Int, endMonth: Int, endDay: Int)

Properties

Link copied to clipboard
val endDay: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun toDomain(): Validity
Link copied to clipboard