The XTimer type exposes the following members.

Properties

  NameDescription
Frequency
Gets the pulse frequency of the timer.
IsRunning
Gets whether the timer is running (is not stopped).
Resolution
Returns the timer resolution - how many seconds takes a place between two pulses.
SampleElapsedTime
Returns time in seconds which elapsed between this and last call Sample()()().
SampleElapsedTimeCount
Returns time in the count of pulses which elapsed between this and last call Sample()()().
SampleElapsedTimeF
The time in seconds as Single which elapsed between this and last call Sample()()().
SampleSystemTimeCount
Gets time on the timer during the last call Sample()()() in the count of pulses.
SampleTime
Gets time on the timer during the last call Sample()()() in seconds.
SampleTimeCount
Gets time on the timer during the last call Sample()()() in the count of pulses.
SampleTimeF
Gets time on the timer during the last call Sample()()() in seconds as Single.
SyncRoot
SystemTime
Returns the system time in seconds.
SystemTimeCount
Returns the system time as the count of pulses (Frequency).
SystemTimeF
Returns the system time in seconds.
Time
Gets the current time on the timer in seconds.
TimeCount
Gets the current time on the timer in the count of pulses.
TimeF
Gets the current time on the timer in seconds as Single.
TimeMs
Gets the current time on the timer in miliseconds.
TimeMsF
Gets the current time on the timer in miliseconds as Single.

See Also