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





Description

Sets this date with the given date value and unit type.

Syntax

[Visual Basic .NET]
Public Sub SetDate( _
   ByVal Unit As String, _
   ByVal Value As String _
) 

[C#]
public void SetDate(
string Unit,
string Value
);

[Managed C++]
public: void SetDate(
String __gc ^ Unit,
String __gc ^ Value
);

[Java]
public  setDate(
String Unit,
String Value
);

[Unmanaged C++]
public: HRESULT SetDate(
BSTR Unit,
BSTR Value
);

Parameters

Unit
Value

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1