AGI STK Util 11 Send 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 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface