EventsScheduleBuilder

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
lateinit var yearMonth: YearMonth

Functions

Link copied to clipboard
fun addEntry(title: String, description: String, startDate: LocalDate?, endDate: LocalDate?): EventsScheduleBuilder
Link copied to clipboard
open override fun build(): EventsSchedule

Builds an instance with the current data in the builder.