BusinessOpeningHoursInterval

@Serializable
data class BusinessOpeningHoursInterval(val openingMinute: Int, val closingMinute: Int)

Describes an interval of time during which a business is open.

Api reference

Constructors

Link copied to clipboard
constructor(openingMinute: Int, closingMinute: Int)

Properties

Link copied to clipboard

The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60

Link copied to clipboard

The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60