TransferJobScheduleScheduleEndDate

data class TransferJobScheduleScheduleEndDate(val day: Int, val month: Int, val year: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: Int

Day of month. Must be from 1 to 31 and valid for the year and month.

Link copied to clipboard
val month: Int

Month of year. Must be from 1 to 12.

Link copied to clipboard
val year: Int

Year of date. Must be from 1 to 9999.