DayTime | iOS SDK | 2GIS Documentation

DayTime

Time moment within a day.

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

Hours, 0-23.

Minutes, 0-59.