STK AgAsHpopPluginSend comments on this topic.
DateElements_Array Method (IAgAsEOMFuncPluginStateVector)
See Also
Scale
Windows





Windows & Linux

Description

Current epoch in requested time scale expressed in date format returned as the array: Year [yyyy], DayOfYear [1-366], Month [1-12], DayOfMonth [1-31], Hour [0-23], Minute [0-59], Seconds [0-60]. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function DateElements_Array( _
    ByVal Scale As AgEUtTimeScale _
) As System.Array
[C#]
public System.Array DateElements_Array(
    AgEUtTimeScale Scale
);
[Managed C++]
public: System::Array DateElements_Array(
    AgEUtTimeScale Scale
);
[Unmanaged C++]
public: HRESULT DateElements_Array(
    AgEUtTimeScale Scale,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray dateElements_Array(
    AgEUtTimeScale Scale
);

Parameters

Scale

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.