Epoch of the offset.
Read-only property
[Visual Basic .NET] |
---|
Public Property SmartEpoch() As IAgCrdnEventSmartEpoch |
[C#] |
---|
public IAgCrdnEventSmartEpoch SmartEpoch {get;} |
[Managed C++] |
---|
public: __property IAgCrdnEventSmartEpoch ^ get_SmartEpoch(); |
[Unmanaged C++] |
---|
public: HRESULT get_SmartEpoch( IAgCrdnEventSmartEpoch ** ppRetVal ); |
[Java] |
---|
public IAgCrdnEventSmartEpoch getSmartEpoch(); |
[Python - STK API ] |
---|
@property def SmartEpoch(self) -> "IAgCrdnEventSmartEpoch": |