RuleLocalDate

data class RuleLocalDate(val year: Int, val month: Int, val day: Int) : Comparable<RuleLocalDate>

Constructors

Link copied to clipboard
constructor(year: Int, month: Int, day: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: Int
Link copied to clipboard
val month: Int
Link copied to clipboard
val year: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: RuleLocalDate): Int
Link copied to clipboard
open override fun toString(): String