MindFusion.Wpf Pack Programmer's Guide
RecurrenceForm.SetDates Method
See Also
 





Sets the dates to be used to initialize the form if no recurrence is initially set.

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

 Syntax

C#  Copy Code

public void SetDates (
    DateTime start,
    DateTime end
)

Visual Basic  Copy Code

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

 Parameters

start
A .NET DateTime instance specifying the start time of the recurrence.
end
A .NET DateTime instance specifying the end time of the recurrence.

 See Also

RecurrenceForm Members
RecurrenceForm Class
MindFusion.Scheduling.Wpf Namespace