AGI STK Util 11 Send comments on this topic.
Subtract Method (IAgDate)
See Also 
Unit
Value





Description

Subtracts the value in the given unit and returns a new date interface.

Syntax

[Visual Basic .NET]
Public Function Subtract( _
   ByVal Unit As String, _
   ByVal Value As Double _
) As IAgDate

[C#]
public IAgDate Subtract(
string Unit,
double Value
);

[Managed C++]
public: IAgDate^ Subtract(
String __gc ^ Unit,
double Value
);

[Java]
public IAgDate subtract(
String Unit,
double Value
);

[Unmanaged C++]
public: HRESULT Subtract(
BSTR Unit,
double Value,
IAgDate ** ReturnValue
);

Parameters

Unit
Value

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1