sdk-search / com.tomtom.online.sdk.search.time / TimeDescriptor

TimeDescriptor

@Beta(2020, 12) data class TimeDescriptor

Describes the parameters related to time.

Parameters

openingHours - The opening hours scope.

timeZone - Used to indicate the mode in which the timeZone object should be returned.

Constructors

<init>

TimeDescriptor(openingHours: OpeningHoursMode? = null, timeZone: TimeZoneType? = null)

Describes the parameters related to time.

Properties

openingHours

val openingHours: OpeningHoursMode?

The opening hours scope.

timeZone

val timeZone: TimeZoneType?

Used to indicate the mode in which the timeZone object should be returned.