HoursOfOperationTimeSlice

data class HoursOfOperationTimeSlice(val hours: Int, val minutes: Int)

The start time or end time for an hours of operation.

Constructors

Link copied to clipboard
constructor(hours: Int, minutes: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hours: Int

The hours.

Link copied to clipboard

The minutes.