MindFusion.Scheduling for ASP.NET Programmer's Guide
Selection.Set Method (DateTime, DateTime)
See Also
 





Selects a range of date cells.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void Set (
    DateTime start,
    DateTime end
)

Visual Basic  Copy Code

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

 Parameters

start

Type: DateTime
Specifies the first date in the range.

end

Type: DateTime
Specifies the last date in the range.

 See Also

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