Click or drag to resize

DateTimeHelperCurrentTimeNanos Property

Gets the current time in nanoseconds.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static long CurrentTimeNanos { get; }

Property Value

Type: Int64
The current time nanos.
See Also