Creates a custom schedule item and adds it to the schedule found in the given args.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
CreateScheduleItemResult CreateScheduleItem(
	CreateScheduleItemArgs args
)
Visual Basic
Function CreateScheduleItem ( _
	args As CreateScheduleItemArgs _
) As CreateScheduleItemResult
Visual C++
CreateScheduleItemResult^ CreateScheduleItem(
	CreateScheduleItemArgs^ args
)

Parameters

args
Type: Mindscape.SilverlightElements..::..CreateScheduleItemArgs
CreateScheduleItemArgs holding information about creating and adding an item to the schedule.

Return Value

CreateScheduleItem(CreateScheduleItemArgs) holding information about the result of creating and adding an item to the schedule.

See Also