Return true if computed time instance occurs
before or at specified time, return false otherwise.
| [Visual Basic .NET] |
|---|
Public Function OccursBefore( _
ByVal Epoch As System.Object _
) As Boolean
|
| [C#] |
|---|
public bool OccursBefore(
|
| [Managed C++] |
|---|
public: bool OccursBefore(
|
| [Java] |
|---|
public bool occursBefore(
|
| [Unmanaged C++] |
|---|
public: HRESULT OccursBefore(
|
- Epoch
- A time specified in seconds since scenario epoch.
Determine if event
occurs before an epoch.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Determine if event
occurs before an epoch.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||