Description
The time that the display switches between models. Uses DateFormat Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property SwitchTime() As System.Object
|
[C#] |
---|
public System.Object SwitchTime {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_SwitchTime(); public: __property void set_SwitchTime(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_SwitchTime(
VARIANT * pVal
);
public: HRESULT put_SwitchTime(
VARIANT pVal
);
|
[Java] |
---|
public VARIANT getSwitchTime();
public void setSwitchTime(
VARIANT
);
|
See Also