SystemCalendarEntry
data class SystemCalendarEntry(val startYear: Int? = null, val startMonth: MonthNumber, val startDay: Int, val endYear: Int? = null, val endMonth: MonthNumber, val endDay: Int)(source)
A calendar entry defining an operating period for the system.
Constructors
Link copied to clipboard
constructor(startYear: Int? = null, startMonth: MonthNumber, startDay: Int, endYear: Int? = null, endMonth: MonthNumber, endDay: Int)
Properties
Link copied to clipboard
Ending date for the system operations (1-31).
Link copied to clipboard
Ending month for the system operations (1-12).
Link copied to clipboard
Ending year for the system operations.
Link copied to clipboard
Starting date for the system operations (1-31).
Link copied to clipboard
Starting month for the system operations (1-12).
Link copied to clipboard
Starting year for the system operations.