Yearly

data class Yearly(val start: MonthDay, val end: MonthDay) : Validity

Constructors

Link copied to clipboard
constructor(start: MonthDay, end: MonthDay)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun combine(other: Validity): Validity
Link copied to clipboard
open override fun isValid(date: LocalDateTime): Boolean
Link copied to clipboard
Link copied to clipboard