Subtracts the value from the IAgDate interface and returns an 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 ** ppQuantity ); |
- Date