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





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

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

 Syntax

C#  Copy Code

public void SetDate (
    DateTime date
)

Visual Basic  Copy Code

Public Sub SetDate( _
    date As DateTime _
)

 Parameters

date
A .NET DateTime object specifying the start and end time of the recurrence displayed in the form.

 See Also

RecurrenceForm Members
RecurrenceForm Class
MindFusion.Scheduling.Wpf Namespace