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 YES if and only if the instant in time represented by other occurs after that represented by the receiver.

    Declaration

    Objective-C

    - (BOOL)isAfter:(nonnull ARTContinuousClockInstant *)other;

    Swift

    func isAfter(_ other: ARTContinuousClockInstant) -> Bool