CronExpressionGetExpressionSetSummary Method

Quartz.NET 3.0 API Documentation
Gets the expression set summary.

Namespace:  Quartz
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
protected virtual string GetExpressionSetSummary(
	ICollection<int> data
)

Parameters

data
Type: System.Collections.GenericICollectionInt32
The data.

Return Value

Type: String

[Missing <returns> documentation for "M:Quartz.CronExpression.GetExpressionSetSummary(System.Collections.Generic.ICollection{System.Int32})"]

See Also

Reference