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






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function Span( _
    ByVal Date As IAgDate _
) As 
[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 ** ppQuantity
);

Parameters

Date

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.