This method is deprecated. Use DateElements instead. Current epoch in requested time scale expressed in date format returned as an array representing year [yyyy], dayOfYear, month [0-11], hour [0-23], minute [0-59], seconds. Useful for scripting clients.
[Visual Basic .NET] |
---|
Public Function Date_Array( _ ByVal Scale As AgEUtTimeScale _ ) As System.Array |
[C#] |
---|
public System.Array Date_Array( AgEUtTimeScale Scale ); |
[Managed C++] |
---|
public: System::Array Date_Array( AgEUtTimeScale Scale ); |
[Unmanaged C++] |
---|
public: HRESULT Date_Array( AgEUtTimeScale Scale, SAFEARRAY * * pArray ); |
[Java] |
---|
public AgSafeArray date_Array( AgEUtTimeScale Scale ); |
- Scale