TNEntityRegularHours
@objcMembers
open class TNEntityRegularHours : NSObject, Codable
Regular recurring operation or access hours.
-
Number of day in the week, from Monday (1) till Sunday (7)
Declaration
Swift
public var weekday: String?
-
Begin of the regular period, in local time, given in hours and minutes.
Declaration
Swift
public var periodBegin: String?
-
End of the regular period, in local time, syntax as for period_begin.
Declaration
Swift
public var periodEnd: String?