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-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Epoch() As String
|
[C#] |
---|
public string Epoch {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_Epoch(); public: __property void set_Epoch(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Epoch(
BSTR * pEpoch
);
public: HRESULT put_Epoch(
BSTR pEpoch
);
|
[Java] |
---|
public String getEpoch();
public void setEpoch(
String
);
|
See Also