STK AgPropagatorWrappersSend comments on this topic.
DayCount_Array Method (IAgGatorPluginResultAttCtrl)
See Also
Scale
Requested time scale.
Windows





Windows & Linux

Description

Current epoch in requested time scale expressed in day count format returned as an array representing wholeDays, secsIntoDay. Useful for scripting clients.

Syntax

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

Parameters

Scale
Requested time scale.

Return Type

An array containing the current time expressed as a day count, broken into its constituent parts.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.