Android.Views.Animations.AnimationUtils.CurrentAnimationTimeMillis Method
Returns the current animation time in milliseconds.

Syntax

[Android.Runtime.Register("currentAnimationTimeMillis", "()J", "")]
public static long CurrentAnimationTimeMillis ()

See Also

Android.OS.SystemClock

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the current animation time in milliseconds. This time should be used when invoking Animation.StartTime. Refer to Android.OS.SystemClock for more information about the different available clocks. The clock used by this method is not the "wall" clock (it is not Java.Lang.JavaSystem.CurrentTimeMillis).

[Android Documentation]

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1