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

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

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

Parameters

args
Type: Mindscape.WpfElements..::.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