Search
RecurrenceForm.EndTime Property
See Also
 





Gets the end time of the recurrence.

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

 Syntax

C#  Copy Code

public DateTime EndTime { get; }

Visual Basic  Copy Code

Public ReadOnly Property EndTime As DateTime

 Property Value

A .NET DateTime object specifying the end time of the recurrence.

 See Also