Description
Smart epoch component allows the user to configure the state epoch explicitly or implicitly (using a pre-defined or custom time instant component).
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property StateEpoch() As IAgCrdnEventSmartEpoch
|
| [C#] |
|---|
public IAgCrdnEventSmartEpoch StateEpoch {get;}
|
| [Managed C++] |
|---|
public: __property IAgCrdnEventSmartEpoch^ get_StateEpoch();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_StateEpoch( IAgCrdnEventSmartEpoch ** ppRetVal );
|
| [Java] |
|---|
public IAgCrdnEventSmartEpoch getStateEpoch();
|
See Also