STK UtilSend 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
);
[Unmanaged C++]
public: HRESULT Subtract(
    BSTR Unit,
    double Value,
    IAgDate ** ppDate
);
[Java]
public IAgDate subtract(
    String Unit,
    double Value
);
[Python - STK API ]
def Subtract(self, Unit:str, Value:float) -> "IAgDate":

Parameters

Unit
Value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.