Schedule..::..GetNextRunDate Method

Returns the next run date, based on the schedule and the provided CurrentRunDate

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Schedule
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public virtual DateTime GetNextRunDate(
	DateTime CurrentRunDateTime
)
Public Overridable Function GetNextRunDate ( _
	CurrentRunDateTime As DateTime _
) As DateTime
public:
virtual DateTime^ GetNextRunDate(
	DateTime^ CurrentRunDateTime
)

Parameters

CurrentRunDateTime
Type: DateTime

Return Value

The calculated next date the schedule will be run. Returns Date.MinValue if no next run scheduled (ie: lapsed).

Remarks