Class Time
Inheritance
System.Object
Time
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public static class Time : object
Properties
|
Edit this page
View Source
CurrentTimeMillis
Declaration
public static long CurrentTimeMillis { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
CurrentTimeMillisJava
Declaration
public static long CurrentTimeMillisJava { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Edit this page
View Source
Wait(Int32)
Declaration
public static void Wait(int maxWaitMilli)
Parameters
Type |
Name |
Description |
System.Int32 |
maxWaitMilli |
|
|
Edit this page
View Source
WaitUntil(Func<Boolean>, Int32)
Declaration
public static bool WaitUntil(Func<bool> check, int maxWaitMilli)
Parameters
Type |
Name |
Description |
Func<System.Boolean> |
check |
|
System.Int32 |
maxWaitMilli |
|
Returns
Type |
Description |
System.Boolean |
|