PKTimeBoundary
@objc
public class PKTimeBoundary : NSObject, PKBoundary
PKTimeBoundary
represents a time boundary in seconds.
-
The time to set the boundary on.
Declaration
Swift
@objc public let time: TimeInterval
-
Creates a new
PKTimeBoundary
object from seconds.Attention
boundary value should be between 0 and duration otherwise will use default values!Declaration
Swift
@objc public init(boundaryTime: TimeInterval, duration: TimeInterval)