Gets the current time.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Time() As Double |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property double get_Time(); |
| [Unmanaged C++] |
|---|
public: HRESULT get_Time( |
| [Java] |
|---|
public double getTime(); |
Returns the time in epoch seconds.
