Current epoch in requested time scale expressed in day count format returned as an array representing wholeDays, secsIntoDay. Useful for scripting clients.
[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 ); |
[Python - STK API ![]() |
---|
def DayCount_Array(self, Scale:"AgEUtTimeScale") -> list: |
- Scale
- Requested time scale.
An array containing the current time expressed as a day count, broken into its constituent parts.