Subtracts the value from the IAgDate interface and returns an IAgQuantity.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgQuantity Span( IAgDate Date ); |
| [Managed C++] |
|---|
public: IAgQuantity^ Span( IAgDate ^ Date ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgQuantity span( IAgDate Date ); |
[Python - STK API ] |
|---|
def Span(self, Date:"IAgDate") -> "IAgQuantity": |
- Date






