STK UtilSend 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
);
[Unmanaged C++]
public: HRESULT Format(
    BSTR Unit,
    BSTR * pValue
);
[Java]
public String format(
    String Unit
);
[Python - STK API ]
def Format(self, Unit:str) -> str:

Parameters

Unit

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.