Get the time when the value occurred. Use this time with the Exec methods to retrieve other element values when the statistics occurred. Uses DateFormat Dimension.
Read-only property
[Visual Basic .NET] |
---|
Public Property Time() As System.Object |
[C#] |
---|
public System.Object Time {get;} |
[Managed C++] |
---|
public: __property VARIANT get_Time(); |
[Unmanaged C++] |
---|
public: HRESULT get_Time( VARIANT * pVal ); |
[Java] |
---|
public AgVariant getTime(); |