Click or drag to resize
AB4D logo

AnimationControllerAnimationStartTime Property

Gets a DateTime that specifies the start time of the animation (when the StartAnimation(Boolean) or StartAnimation(Double, Boolean)method was called). If animation is not started a DateTime.MinValue is returned.

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public DateTime AnimationStartTime { get; protected set; }

Property Value

DateTime
See Also