Table of Contents

Constructor PrimeTestClockTimedEvent

Namespace
KZDev.PrimeTime.Testing
Assembly
KZDev.PrimeTime.Testing.dll

PrimeTestClockTimedEvent(PrimeTestClockEventType, Instant, Duration?)

Initializes a new instance of the PrimeTestClockTimedEvent class.

protected PrimeTestClockTimedEvent(PrimeTestClockEventType eventType, Instant clockInstant, Duration? runRateDuration)

Parameters

eventType PrimeTestClockEventType

The kind of clock event.

clockInstant Instant

The virtual instant (UTC) carried by this event.

runRateDuration Duration?

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

eventType PrimeTestClockEventType

The kind of clock event.