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(
|
| [Managed C++] |
|---|
public: void SetStartAndStopEpochs(
|
| [Java] |
|---|
public setStartAndStopEpochs(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetStartAndStopEpochs(
|
- RefStartEpoch
- RefStopEpoch