Constructor PrimeTestClockTimedEvent
PrimeTestClockTimedEvent(PrimeTestClockEventType, Instant, Duration?)
Initializes a new instance of the PrimeTestClockTimedEvent class.
protected PrimeTestClockTimedEvent(PrimeTestClockEventType eventType, Instant clockInstant, Duration? runRateDuration)
Parameters
eventTypePrimeTestClockEventTypeThe kind of clock event.
clockInstantInstantThe virtual instant (UTC) carried by this event.
runRateDurationDuration?The virtual time advanced per real second while the clock is running, or null when the clock is stopped.
PrimeTestClockTimedEvent(PrimeTestClockEventType)
Initializes a new instance of the PrimeTestClockTimedEvent class.
protected PrimeTestClockTimedEvent(PrimeTestClockEventType eventType)
Parameters
eventTypePrimeTestClockEventTypeThe kind of clock event.