Returns a copy of the start epoch. Changes to the epoch will not affect the state of the interval.
[Visual Basic .NET] |
---|
Public Function GetStartEpoch() As IAgCrdnEventSmartEpoch |
[C#] |
---|
public IAgCrdnEventSmartEpoch GetStartEpoch(); |
[Managed C++] |
---|
public: IAgCrdnEventSmartEpoch ^ GetStartEpoch(); |
[Unmanaged C++] |
---|
public: HRESULT GetStartEpoch( IAgCrdnEventSmartEpoch ** ppRetVal ); |
[Java] |
---|
public IAgCrdnEventSmartEpoch getStartEpoch(); |
[Python - STK API ] |
---|
def GetStartEpoch(self) -> "IAgCrdnEventSmartEpoch": |