Search
Selection.Set Method (DateTime, DateTime, Resource)
See Also
 






Selects a range of date cells for a specified resource.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

start

Specifies the first date in the range.

end

Specifies the last date in the range.

resource

A reference to a Resource to associate the selection with.

 See Also