Description
This property is deprecated. Use PassDataEpoch instead. The start time of the first pass. Uses DateFormat Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Date() As System.Object
|
| [C#] |
|---|
public System.Object Date {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Date(); public: __property void set_Date( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Date( VARIANT * pRetVal ); public: HRESULT put_Date( VARIANT NewDate );
|
| [Java] |
|---|
public Variant getDate();public void setDate( Variant );
|
See Also