[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Constructor - validates that all mandatory schedule.

Namespace: net.esper.schedule
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	unitValues As EDictionary(Of ScheduleUnit, ETreeSet(Of Integer)) _
)
C#
public ScheduleSpec (
	EDictionary<ScheduleUnit, ETreeSet<int>> unitValues
)
Visual C++
public:
ScheduleSpec (
	EDictionary<ScheduleUnit^, ETreeSet<int>^>^ unitValues
)

Parameters

unitValues
net.esper.compat.EDictionary<(Of K, V>)
are the values for each minute, hour, day, month etc.