Timespans
public class Timespans : APIModel
extension PCCommonOpeningHours.Rules.Timespans: CustomStringConvertible
Undocumented
-
relative to the specified time zone (local time)
Declaration
Swift
public var from: String?
-
relative to the specified time zone (local time)
Declaration
Swift
public var to: String?
-
Undocumented
Declaration
Swift
public init(from: String? = nil, to: String? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Timespans, rhs: Timespans) -> Bool
-
Declaration
Swift
public var description: String { get }