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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.