MindFusion.Scheduling for Silverlight Programmer's Guide
Selection.Set Method (DateTime, DateTime, Contact, Resource, Location, Task)
See Also
 





Selects a range of date cells for a specified resource.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public void Set (
    DateTime start,
    DateTime end,
    Contact contact,
    Resource resource,
    Location location,
    Task task
)

Visual Basic  Copy Code

Public Sub Set ( _
    start As DateTime, _
    end As DateTime, _
    contact As Contact, _
    resource As Resource, _
    location As Location, _
    task As Task _
)

 Parameters

start

Specifies the first date in the range.

end

Specifies the last date in the range.

contact
A reference to a Contact to associate the selection with.
resource
A reference to a Resource to associate the selection with.
location
A reference to a Location to associate the selection with.
task
A reference to a Task to associate the selection with.

 Remarks

Either all of the parameters contact, resource, location and task must be set to null (Nothing in Visual Basic) or only one of them should be a non-null reference.

 See Also

Set Method Overload List
Selection Members
Selection Class
MindFusion.Scheduling.Silverlight Namespace