Sets the interval's start and stop epochs as two smart epoch components. Exception is thrown if specified start time is greater than stop time.
[Visual Basic .NET] |
---|
Public Sub SetStartAndStopEpochs( _ ByVal RefStartEpoch As IAgCrdnEventSmartEpoch, _ ByVal RefStopEpoch As IAgCrdnEventSmartEpoch _ ) |
[C#] |
---|
public void SetStartAndStopEpochs( IAgCrdnEventSmartEpoch RefStartEpoch, IAgCrdnEventSmartEpoch RefStopEpoch ); |
[Managed C++] |
---|
public: void SetStartAndStopEpochs( IAgCrdnEventSmartEpoch ^ RefStartEpoch, IAgCrdnEventSmartEpoch ^ RefStopEpoch ); |
[Unmanaged C++] |
---|
public: HRESULT SetStartAndStopEpochs( IAgCrdnEventSmartEpoch * RefStartEpoch, IAgCrdnEventSmartEpoch * RefStopEpoch ); |
[Java] |
---|
public void setStartAndStopEpochs( IAgCrdnEventSmartEpoch RefStartEpoch, IAgCrdnEventSmartEpoch RefStopEpoch ); |
[Python - STK API ] |
---|
def SetStartAndStopEpochs(self, RefStartEpoch:"IAgCrdnEventSmartEpoch", RefStopEpoch:"IAgCrdnEventSmartEpoch") -> None: |
- RefStartEpoch
- RefStopEpoch