MindFusion WinForms Programmer's Guide
Selection.Add Method (DateTime, DateTime, Resource)
See Also
 





Adds the specified date range to the selection of the specified resource.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Add (
    DateTime start,
    DateTime end,
    Resource resource
)

Visual Basic  Copy Code

Public Sub Add( _
    start As DateTime, _
    end As DateTime, _
    resource As Resource _
)

 Parameters

start

The start of the time range to be added to the selection.

end

The end of the time range to be added to the selection.

resource

A reference to a Resource to associate the selection with.

 See Also

Add Method Overload List
Selection Members
Selection Class
MindFusion.Scheduling.WinForms Namespace