Click or drag to resize

DateTimeExLessThan Operator

[Missing <summary> documentation for "M:com.espertech.esper.compat.DateTimeEx.op_LessThan(com.espertech.esper.compat.DateTimeEx,com.espertech.esper.compat.DateTimeEx)"]

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static bool operator <(
	DateTimeEx d1,
	DateTimeEx d2
)

Parameters

d1
Type: com.espertech.esper.compatDateTimeEx

[Missing <param name="d1"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.op_LessThan(com.espertech.esper.compat.DateTimeEx,com.espertech.esper.compat.DateTimeEx)"]

d2
Type: com.espertech.esper.compatDateTimeEx

[Missing <param name="d2"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.op_LessThan(com.espertech.esper.compat.DateTimeEx,com.espertech.esper.compat.DateTimeEx)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.DateTimeEx.op_LessThan(com.espertech.esper.compat.DateTimeEx,com.espertech.esper.compat.DateTimeEx)"]

See Also