Click or drag to resize

ContextDescriptorConditionTimePeriod Constructor (Expression, Boolean)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ContextDescriptorConditionTimePeriod(
	Expression timePeriod,
	bool now
)

Parameters

timePeriod
Type: com.espertech.esper.common.client.sodaExpression
time period expression
now
Type: SystemBoolean
indicator whether "now"
See Also