Scroller.TimePassed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the time elapsed since the beginning of the scrolling.
[Android.Runtime.Register("timePassed", "()I", "GetTimePassedHandler")]
public virtual int TimePassed ();
[<Android.Runtime.Register("timePassed", "()I", "GetTimePassedHandler")>]
abstract member TimePassed : unit -> int
override this.TimePassed : unit -> int
Returns
The elapsed time in milliseconds.
- Attributes
Remarks
Returns the time elapsed since the beginning of the scrolling.
Java documentation for android.widget.Scroller.timePassed()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.