Click or drag to resize

TimeUnitHelperToTimeSpan Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.TimeUnitHelper.ToTimeSpan(System.Int64,com.espertech.esper.compat.TimeUnit)"]

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static TimeSpan ToTimeSpan(
	long units,
	TimeUnit unit
)

Parameters

units
Type: SystemInt64

[Missing <param name="units"/> documentation for "M:com.espertech.esper.compat.TimeUnitHelper.ToTimeSpan(System.Int64,com.espertech.esper.compat.TimeUnit)"]

unit
Type: com.espertech.esper.compatTimeUnit

[Missing <param name="unit"/> documentation for "M:com.espertech.esper.compat.TimeUnitHelper.ToTimeSpan(System.Int64,com.espertech.esper.compat.TimeUnit)"]

Return Value

Type: TimeSpan

[Missing <returns> documentation for "M:com.espertech.esper.compat.TimeUnitHelper.ToTimeSpan(System.Int64,com.espertech.esper.compat.TimeUnit)"]

See Also