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
type
The type of the time match.
rule
The rule to use for the time match.
value
The time value to match.