Time

data class Time

Defines a time.

Important: This is a Public Preview API. It may be changed or removed at any 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.

Properties

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