SP3dEphemerisClockEvent Property  | 
 
            Gets the clock event times as indicated by the clock event flag in the position 'P' record
            If the flag is set for this time, there was a clock event after the previous epoch or at this epoch.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SP3dEphemerisData<JulianDate> ClockEvent { get; }Public ReadOnly Property ClockEvent As SP3dEphemerisData(Of JulianDate)
	Get
public:
property SP3dEphemerisData<JulianDate>^ ClockEvent {
	SP3dEphemerisData<JulianDate>^ get ();
}member ClockEvent : SP3dEphemerisData<JulianDate> with get
Property Value
Type: 
SP3dEphemerisDataJulianDate
See Also