STK UtilSend comments on this topic.
NewDate Method (IAgConversionUtility)
See Also
UnitAbbrv
Value
Windows





Windows & Linux

Description

Creates an IAgDate interface with the given unit and value

Syntax

[Visual Basic .NET]
Public Function NewDate( _
    ByVal UnitAbbrv As String, _
    ByVal Value As String _
) As IAgDate
[C#]
public IAgDate NewDate(
    string UnitAbbrv,
    string Value
);
[Managed C++]
public: IAgDate^ NewDate(
    String __gc ^ UnitAbbrv,
    String __gc ^ Value
);
[Unmanaged C++]
public: HRESULT NewDate(
    BSTR UnitAbbrv,
    BSTR Value,
    IAgDate ** ppDate
);
[Java]
public IAgDate newDate(
    String UnitAbbrv,
    String Value
);
[Python - STK API ]
def NewDate(self, UnitAbbrv:str, Value:str) -> "IAgDate":

Parameters

UnitAbbrv
Value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.