STK AgAsHpopPluginSend comments on this topic.
RefEpochString Method (IAgAsHpopPluginResult)
See Also
DateAbbrv
Windows





Windows & Linux

Description

Reference epoch expressed using the date format abbreviation specified.

Syntax

[Visual Basic .NET]
Public Function RefEpochString( _
    ByVal DateAbbrv As String _
) As String
[C#]
public string RefEpochString(
    string DateAbbrv
);
[Managed C++]
public: String __gc ^ RefEpochString(
    String __gc ^ DateAbbrv
);
[Unmanaged C++]
public: HRESULT RefEpochString(
    BSTR DateAbbrv,
    BSTR * pRefEpochString
);
[Java]
public String refEpochString(
    String DateAbbrv
);

Parameters

DateAbbrv

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.