Description
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.
Property type
Read-only property
Syntax
[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();
|
[Python - STK API] |
---|
@property
def Time(self) -> typing.Any:
|
See Also