MatchTime
public struct MatchTime : XMLRepresentable
Undocumented
-
A Boolean value indicating whether the time match is enabled.
Declaration
Swift
public var isEnabled: Bool { get set } -
The type of the time match.
Declaration
Swift
public var type: TimeMatchType -
The rule to use for the time match.
Declaration
Swift
public var rule: Rule -
The time value to match.
Declaration
Swift
public var value: String -
Initializes a new time match.
Declaration
Swift
public init(type: TimeMatchType, rule: Rule, value: String)Parameters
typeThe type of the time match.
ruleThe rule to use for the time match.
valueThe time value to match.
MatchTime Structure Reference