ARTContinuousClockInstant
Objective-C
@interface ARTContinuousClockInstant : NSObject
Swift
class ARTContinuousClockInstant : NSObject
Represents an instant in time, as described by an instance of ARTContinuousClock.
-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE; -
Returns
YESif and only if the instant in time represented byotheroccurs after that represented by the receiver.Declaration
Objective-C
- (BOOL)isAfter:(nonnull ARTContinuousClockInstant *)other;Swift
func isAfter(_ other: ARTContinuousClockInstant) -> Bool