AGI STK Util 11 Send comments on this topic.
NewDate Method (IAgConversionUtility)
See Also 
UnitAbbrv
Value





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
);

[Java]
public IAgDate newDate(
String UnitAbbrv,
String Value
);

[Unmanaged C++]
public: HRESULT NewDate(
BSTR UnitAbbrv,
BSTR Value,
IAgDate ** ReturnValue
);

Parameters

UnitAbbrv
Value

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1