 | 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
Syntaxpublic static CrontabRangeExpression CrontabScheduleRange(
int lowerBounds,
int upperBounds
)
Parameters
- lowerBounds
- Type: SystemInt32
the lower bounds - upperBounds
- Type: SystemInt32
the upper bounds
Return Value
Type:
CrontabRangeExpressioncrontab parameter
See Also