Click or drag to resize

ExpressionsCrontabScheduleFrequency Method

Creates a frequency 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 CrontabFrequencyExpression CrontabScheduleFrequency(
	int frequency
)

Parameters

frequency
Type: SystemInt32
the constant for the frequency

Return Value

Type: CrontabFrequencyExpression
cron parameter
See Also