DayTime | iOS SDK | 2GIS Documentation
iOS SDK

DayTime

Временной момент внутри дня.

public init(
    hours: UInt8,
    minutes: UInt8
)
Parameters
hours
minutes
public static func < (lhs: DayTime, rhs: DayTime) -> Bool

Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.

Properties

Часы, 0-23

Минуты, 0-59