Determine if speified time falls within
computed interval list.
[Visual Basic .NET] |
---|
Public Function Occurred( _
ByVal Epoch As System.Object _
) As Boolean
|
[C#] |
---|
public bool Occurred(
|
[Managed C++] |
---|
public: bool Occurred(
|
[Java] |
---|
public bool 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
occured in interval collection.
[C#] | Copy Code | |
---|---|---|
|
Determine if epoch
occured in interval collection.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|