MindFusion.Wpf Pack Programmer's Guide
Selection.Add Method (DateTime, DateTime)
See Also
 





Adds the specified date range to the selection.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public void Add (
    DateTime start,
    DateTime end
)

Visual Basic  Copy Code

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

 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.

 See Also

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