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.
[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 ); |
- Scale
- Requested time scale.
An array containing the current time expressed as a day count, broken into its constituent parts.