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 * pVal
);
public: HRESULT put_Start(
VARIANT Start
);
|
| [Java] |
|---|
public VARIANT getStart();
public void setStart(
VARIANT
);
|
See Also