Click or drag to resize

ExpressionsCrontabScheduleRange Method

Creates a range cron parameter.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static CrontabRangeExpression CrontabScheduleRange(
	int lowerBounds,
	int upperBounds
)

Parameters

lowerBounds
Type: SystemInt32
the lower bounds
upperBounds
Type: SystemInt32
the upper bounds

Return Value

Type: CrontabRangeExpression
crontab parameter
See Also