Description
This property is deprecated. Use DisplayInterval instead. The time when the vapor trail will stop displaying in the 3D window. Uses DateFormat Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property EndTime() As System.Object
|
[C#] |
---|
public System.Object EndTime {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_EndTime(); public: __property void set_EndTime(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_EndTime(
VARIANT * pEndTime
);
public: HRESULT put_EndTime(
VARIANT pEndTime
);
|
[Java] |
---|
public VARIANT getEndTime();
public void setEndTime(
VARIANT
);
|
See Also