Description
Time used together with distance to compute the space projection. Uses DateFormat Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Time() As System.Object
|
| [C#] |
|---|
public System.Object Time {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Time(); public: __property void set_Time( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Time( VARIANT * pRetVal ); public: HRESULT put_Time( VARIANT NewTime );
|
| [Java] |
|---|
public Variant getTime();public void setTime( Variant );
|
See Also