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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.