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 * pRetVal ); public: HRESULT put_SwitchTime( VARIANT NewSwitchTime );
|
[Java] |
---|
public Variant getSwitchTime();public void setSwitchTime( Variant );
|
See Also