Method Elapsed
Elapsed(ulong, ulong, ulong)
Test for time elapsed between Now and Last timer value for a given delay
Declaration
public static bool Elapsed(ulong Now, ulong Last, ulong Delay)
Parameters
Type | Name | Description |
---|---|---|
ulong | Now | Current Time |
ulong | Last | Last Time |
ulong | Delay | Delay to test elapsed time |
Returns
Type | Description |
---|---|
bool | True if delay has been spent between Now and Last time |