Description
Start time of the scheduled access period. Uses DateFormat Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property StartTime() As System.Object
|
| [C#] |
|---|
public System.Object StartTime {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_StartTime(); public: __property void set_StartTime(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_StartTime(
VARIANT * pVal
);
public: HRESULT put_StartTime(
VARIANT pVal
);
|
| [Java] |
|---|
public VARIANT getStartTime();
public void setStartTime(
VARIANT
);
|
See Also