Click or drag to resize

DateTimeHelperMillisToTicks Method

Converts milliseconds to ticks

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

Parameters

millis
Type: SystemInt64

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

Return Value

Type: Int64

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

See Also