Gets or sets when the recurring event should occur for the first time.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public DateTime StartDate { get; set; } |
Visual Basic Copy Code |
---|
Public Property StartDate As DateTime |
A DateTime object specifying the recurrence start date.
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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |