AGI AgAccessConstraintPlugin 11 Send comments on this topic.
DayCount_Array Method (IAgAccessConstraintPluginResultEval)
See Also 
Scale
Requested time scale





Description

The current time in requested time scale of the object that is the clock host 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
);

[Java]
public VariantArray dayCount_Array(
AgEUtTimeScale Scale
);

[Unmanaged C++]
public: HRESULT DayCount_Array(
AgEUtTimeScale Scale,
SAFEARRAY ** Array
);

Parameters

Scale
Member Value Description
eUtTimeScaleUTC 0  
eUtTimeScaleTAI 1  
eUtTimeScaleTDT 2  
eUtTimeScaleUT1 3  
eUtTimeScaleSTKEpochSec 4  
eUtTimeScaleTDB 5  
eUtTimeScaleGPS 6  
Requested time scale

Return Type

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1