Click or drag to resize

EPEventServiceTimeControlCurrentTime Property

Returns current engine time.

If time is provided externally via timer events, the function returns current time as externally provided.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
long CurrentTime { get; }

Property Value

Type: Int64
current engine time
See Also