Description
This property is deprecated. Use the TimeInterval property to configure the time interval. Start Time: beginning of the user-specified time period for the chain. Uses DateFormat Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Start() As System.Object
|
| [C#] |
|---|
public System.Object Start {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Start(); public: __property void set_Start( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Start( VARIANT * pRetVal ); public: HRESULT put_Start( VARIANT NewStart );
|
| [Java] |
|---|
public Variant getStart();public void setStart( Variant );
|
See Also