CcsdsOrbitEphemerisMessageSegmentUseableStartTime Property |
Gets or sets the optional start of useable time span covered by ephemeris
data immediately following the metadata block.
Note that this value is ignored by CreatePoint.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public JulianDate? UseableStartTime { get; set; }
Public Property UseableStartTime As JulianDate?
Get
Set
public:
property Nullable<JulianDate> UseableStartTime {
Nullable<JulianDate> get ();
void set (Nullable<JulianDate> value);
}
member UseableStartTime : Nullable<JulianDate> with get, set
Property Value
Type:
NullableJulianDateSee Also