clsSchedules..::..AddSchedule Method

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

Syntax


public clsSchedules..::..SchedulesReturnCodes AddSchedule(
	ref string Name,
	ref bool Enabled,
	ref int FrequencyType,
	ref int FrequencyInterval,
	ref int FrequencySubdayType,
	ref int FrequencySubdayInterval,
	ref int FrequencyRelativeInterval,
	ref int FrequencyRecurrenceFactor,
	ref DateTime StartDateTime,
	ref DateTime EndDateTime
)
Public Function AddSchedule ( _
	ByRef Name As String, _
	ByRef Enabled As Boolean, _
	ByRef FrequencyType As Integer, _
	ByRef FrequencyInterval As Integer, _
	ByRef FrequencySubdayType As Integer, _
	ByRef FrequencySubdayInterval As Integer, _
	ByRef FrequencyRelativeInterval As Integer, _
	ByRef FrequencyRecurrenceFactor As Integer, _
	ByRef StartDateTime As DateTime, _
	ByRef EndDateTime As DateTime _
) As clsSchedules..::..SchedulesReturnCodes
public:
clsSchedules..::..SchedulesReturnCodes^ AddSchedule(
	String^% Name, 
	bool^% Enabled, 
	int^% FrequencyType, 
	int^% FrequencyInterval, 
	int^% FrequencySubdayType, 
	int^% FrequencySubdayInterval, 
	int^% FrequencyRelativeInterval, 
	int^% FrequencyRecurrenceFactor, 
	DateTime^% StartDateTime, 
	DateTime^% EndDateTime
)

Parameters

Name
Type: String%
Enabled
Type: Boolean%
FrequencyType
Type: Int32%
FrequencyInterval
Type: Int32%
FrequencySubdayType
Type: Int32%
FrequencySubdayInterval
Type: Int32%
FrequencyRelativeInterval
Type: Int32%
FrequencyRecurrenceFactor
Type: Int32%
StartDateTime
Type: DateTime%
EndDateTime
Type: DateTime%