Click or drag to resize

DateTimeHelperMicrosToTicks Method

Converts microseconds to ticks

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

Parameters

micros
Type: SystemInt64

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

Return Value

Type: Int64

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

See Also