[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)
Computes the next lowest date in milliseconds based on a specification and the
from-time passed in.
Namespace: net.esper.schedule
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ComputeNextOccurance ( _ spec As ScheduleSpec, _ afterTimeInMillis As Long _ ) As Long |
C# |
---|
public static long ComputeNextOccurance ( ScheduleSpec spec, long afterTimeInMillis ) |
Visual C++ |
---|
public: static long long ComputeNextOccurance ( ScheduleSpec^ spec, long long afterTimeInMillis ) |
Parameters
- spec
- net.esper.schedule.ScheduleSpec
defines the schedule
- afterTimeInMillis
- System.Int64
defines the start time