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





Description

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

Syntax

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

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

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

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

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

Parameters

Unit
Value

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1