AGI STK Util 11 Send comments on this topic.
Span Method (IAgDate)
See Also 
Date





Description

Subtracts the value from the IAgDate interface and returns an IAgQuantity.

Syntax

[Visual Basic .NET]
Public Function Span( _
   ByVal Date As IAgDate _
) As IAgQuantity

[C#]
public IAgQuantity Span(
IAgDate Date
);

[Managed C++]
public: IAgQuantity^ Span(
IAgDate ^ Date
);

[Java]
public IAgQuantity span(
IAgDate Date
);

[Unmanaged C++]
public: HRESULT Span(
IAgDate * Date,
IAgQuantity ** ReturnValue
);

Parameters

Date

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1