FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deHolidaySchedule..::..updateScheduleItem Method

Updates the schedule item.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool updateScheduleItem(
	string sScheduleItemID,
	string sScheduleItemName,
	DateTime startDate,
	DateTime endDate
)
Public Function updateScheduleItem ( _
	sScheduleItemID As String, _
	sScheduleItemName As String, _
	startDate As DateTime, _
	endDate As DateTime _
) As Boolean
public:
bool^ updateScheduleItem(
	String^ sScheduleItemID, 
	String^ sScheduleItemName, 
	DateTime^ startDate, 
	DateTime^ endDate
)

Parameters

sScheduleItemID
Type: String
The s schedule item identifier.
sScheduleItemName
Type: String
Name of the s schedule item.
startDate
Type: DateTime
The start date.
endDate
Type: DateTime
The end date.

Return Value

true if XXXX, false otherwise.