Description
This property is deprecated. Use the OrbitEpoch property to configure orbit state epoch. Epoch. Uses DateFormat Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Epoch() As System.Object
|
| [C#] |
|---|
public System.Object Epoch {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Epoch(); public: __property void set_Epoch( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Epoch( VARIANT * pRetVal ); public: HRESULT put_Epoch( VARIANT NewEpoch );
|
| [Java] |
|---|
public Variant getEpoch();public void setEpoch( Variant );
|
See Also