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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.