Description
Epoch of the star position information as a Julian epoch (yyyy.yy). The Julian epoch is related to the Julian date by the expression JD = 2451545.0 + (yyyy.yy - 2000.0) x 365.25, where 2451545.0 (TT) represents the standard J2000 epoch.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Epoch() As String
|
| [C#] |
|---|
public string Epoch {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Epoch();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Epoch(
BSTR * pEpoch
);
|
| [Java] |
|---|
public String getEpoch();
|
See Also