clsJob..::..GetNextRunDateTime Method

Namespace:  JiwaFinancials.Jiwa.JiwaArchiving
Assembly:  JiwaArchiving (in JiwaArchiving.dll)

Syntax


public clsJob..::..JobReturnCodes GetNextRunDateTime(
	ref DateTime NextRunDateTime,
	DateTime CurrentDateTime,
	ref string NameOfSchedule
)
Public Function GetNextRunDateTime ( _
	ByRef NextRunDateTime As DateTime, _
	CurrentDateTime As DateTime, _
	ByRef NameOfSchedule As String _
) As clsJob..::..JobReturnCodes
public:
clsJob..::..JobReturnCodes^ GetNextRunDateTime(
	DateTime^% NextRunDateTime, 
	DateTime^ CurrentDateTime, 
	String^% NameOfSchedule
)

Parameters

NextRunDateTime
Type: DateTime%
CurrentDateTime
Type: DateTime
NameOfSchedule
Type: String%