Click or drag to resize

DateTimeHelperTicksToMillis Method

Converts ticks to milliseconds

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

Parameters

ticks
Type: SystemInt64

[Missing <param name="ticks"/> documentation for "M:com.espertech.esper.compat.DateTimeHelper.TicksToMillis(System.Int64)"]

Return Value

Type: Int64

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

See Also