Time

data class Time

Defines a time.

Parameters

hour

Hours are in the 24 hour format in the local time of the POI. Value range is 0..23.

minutes

Minutes are in the local time of the POI. Value range is 0..59.

Important: This is a Public Preview API. It may be changed or removed at any time.

Properties

Link copied to clipboard
val hour: Int
Link copied to clipboard
val minutes: Int