DEPRECATED. Use DateElements_Array instead.
The current time of the object 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(
|
| [Managed C++] |
|---|
public: System::Array Date_Array(
|
| [Java] |
|---|
public VariantArray date_Array(
|
| [Unmanaged C++] |
|---|
public: HRESULT Date_Array(
|
- Scale
-
Requested time scaleMember Value Description eUtTimeScaleUTC 0 eUtTimeScaleTAI 1 eUtTimeScaleTDT 2 eUtTimeScaleUT1 3 eUtTimeScaleSTKEpochSec 4 eUtTimeScaleTDB 5 eUtTimeScaleGPS 6
An array containing the current date, in
requested time scale, broken into its constituent parts