MindFusion.Wpf Pack Programmer's Guide
Recurrence.StartDate Property
See Also
 





Gets or sets when the recurring event should occur for the first time.

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

 Syntax

C#  Copy Code

public DateTime StartDate { get; set; }

Visual Basic  Copy Code

Public Property StartDate As DateTime

 Property Value

A .NET DateTime object specifying the recurrence start date.

 Remarks

The time properties set in a recurrence object override the time properties of a schedule item to which the recurrence is assigned. The Calendar control displays "occurrence" items corresponding to the recurring master item. The first occurrence is displayed in the date cell specified in this property.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace