AGI STK Util 11Send 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
);
[Java]
public IAgDate newDate(
   String UnitAbbrv,
   String Value
);
[Unmanaged C++]
public: HRESULT NewDate(
   BSTR UnitAbbrv,
   BSTR Value,
   IAgDate ** ReturnValue
);

Parameters

UnitAbbrv
Value

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.