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





Description

Returns the value of the date given the unit.

Syntax

[Visual Basic .NET]
Public Function Format( _
   ByVal Unit As String _
) As String

[C#]
public string Format(
string Unit
);

[Managed C++]
public: String __gc ^ Format(
String __gc ^ Unit
);

[Java]
public String format(
String Unit
);

[Unmanaged C++]
public: HRESULT Format(
BSTR Unit,
BSTR * ReturnValue
);

Parameters

Unit

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1