The reference to the elapsed time between change events.

Namespace:  Phidgets.Events
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public readonly int Time
Visual Basic (Declaration)
Public ReadOnly Time As Integer
Visual C++
public:
initonly int Time

Remarks

This is the time since the last EncoderPositionChangeEvent. Time unit depends on the Phidget - see product manual for specifics.

See Also