Determine if specified time falls within any
of the computed interval lists in the collection.
| [Visual Basic .NET] |
|---|
Public Function Occurred( _
ByVal Epoch As System.Object _
) As IAgCrdnEventIntervalCollectionOccurredResult
|
| [C#] |
|---|
public IAgCrdnEventIntervalCollectionOccurredResult Occurred(
|
| [Managed C++] |
|---|
public: IAgCrdnEventIntervalCollectionOccurredResult^ Occurred(
|
| [Java] |
|---|
public IAgCrdnEventIntervalCollectionOccurredResult occurred(
|
| [Unmanaged C++] |
|---|
public: HRESULT Occurred(
|
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
Determine if epoch
occurred in interval collection.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Determine if epoch
occurred in interval collection.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||