STK AgAsHpopPluginSend comments on this topic.
DateString Method (IAgAsLightReflectionResult)
See Also
DateAbbrv
Windows





Windows & Linux

Description

Current epoch expressed using the date format abbreviation specified.

Syntax

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

Parameters

DateAbbrv

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.