Description
The time of the switch between one TLE set and a second set. Not used when the Switching Method is Disabled.
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 SwitchTime
);
|
| [Java] |
|---|
public VARIANT getSwitchTime();
public void setSwitchTime(
VARIANT
);
|
See Also