MindFusion WinForms Programmer's Guide
TaskForm.SetDates Method
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling.WinForms.StandardForms

 Syntax

C#  Copy Code

public void SetDates (
    DateTime start,
    DateTime due
)

Visual Basic  Copy Code

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

 Parameters

start
A .NET DateTime instance specifying the start date initially displayed in the form.
due
A .NET DateTime instance specifying the due date initially displayed in the form.

 See Also

TaskForm Members
TaskForm Class
MindFusion.Scheduling.WinForms Namespace