CRaPI - Correct Robust and Perfect API

Clock.TickOverTimeOnCycle Event

How much time has passed a cycle duration

public event TimeEventHandler TickOverTimeOnCycle;

Event Data

The event handler receives an argument of type TimeEventArgs containing data related to this event. The following TimeEventArgs property provides information specific to this event.

PropertyDescription
TimeThe time set by the event.

Remarks

Subscibe this event if you want to be notified about how much time has passed of a cycle duration

See Also

Clock Class | TeamYaffa.CRaPI Namespace