CustomDateTime

data class CustomDateTime(val customCalendar: CustomCalendar, val simpleTime: SimpleTime)(source)

A data holder representing a CustomCalendar and SimpleTime.

Combines a CustomCalendar instance (representing the calendar) and a SimpleTime instance (representing the time).

Constructors

Link copied to clipboard
constructor(customCalendar: CustomCalendar, simpleTime: SimpleTime)

Properties

Link copied to clipboard

The custom calendar represented by CustomCalendar.

Link copied to clipboard

The corresponding time of day represented by SimpleTime.