Returns the current time.
Read-only property
[Visual Basic .NET] |
---|
Public Property CurrentTime() As System.Object |
[C#] |
---|
public System.Object CurrentTime {get;} |
[Managed C++] |
---|
public: __property VARIANT get_CurrentTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_CurrentTime( VARIANT * pRetVal ); |
[Java] |
---|
public AgVariant getCurrentTime(); |