Android.Views.Animations.Animation.StartTime Property
When this animation should start.

Syntax

[get: Android.Runtime.Register("getStartTime", "()J", "GetGetStartTimeHandler")]
[set: Android.Runtime.Register("setStartTime", "(J)V", "GetSetStartTime_JHandler")]
public virtual long StartTime { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

When this animation should start. If the animation has not startet yet, this method might return Animation.StartOnFirstFrame.

Set method documentation [Android Documentation]

When this animation should start. When the start time is set to Animation.StartOnFirstFrame, the animation will start the first time Animation.GetTransformation(long, Android.Views.Animations.Transformation) is invoked. The time passed to this method should be obtained by calling AnimationUtils.CurrentAnimationTimeMillis instead of Java.Lang.JavaSystem.CurrentTimeMillis.

Requirements

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