ForwardAndBackwardAnimationEndTime Property  | 
 
Gets or sets the end time of the animation.
 
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic JulianDate EndTime { get; set; }Public Property EndTime As JulianDate
	Get
	Set
public:
property JulianDate EndTime {
	JulianDate get ();
	void set (JulianDate value);
}member EndTime : JulianDate with get, set
Property Value
Type: 
JulianDate
See Also