DatePeriodWithYears

data class DatePeriodWithYears(val years: Int, val months: Int, val days: Int)

Constructors

Link copied to clipboard
constructor(years: Int, months: Int, days: Int)

Properties

Link copied to clipboard
val days: Int
Link copied to clipboard
val months: Int
Link copied to clipboard
val years: Int

Functions

Link copied to clipboard