Click or drag to resize

DateTimeHelperNanosToTicks Method

Nanoses to ticks.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static long NanosToTicks(
	long nanos
)

Parameters

nanos
Type: SystemInt64
The nanos.

Return Value

Type: Int64

[Missing <returns> documentation for "M:com.espertech.esper.compat.DateTimeHelper.NanosToTicks(System.Int64)"]

See Also