[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Return map of ordered set of valid schedule values for minute, hour, day, month etc. units
Namespace: net.esper.schedule
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property UnitValues As EDictionary(Of ScheduleUnit, ETreeSet(Of Integer)) |
C# |
---|
public EDictionary<ScheduleUnit, ETreeSet<int>> UnitValues { get; } |
Visual C++ |
---|
public: property EDictionary<ScheduleUnit^, ETreeSet<int>^>^ UnitValues { EDictionary<ScheduleUnit^, ETreeSet<int>^>^ get (); } |