Gets the end time of the recurrence.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf.StandardForms
SyntaxC#
Copy Code
|
|---|
public DateTime EndTime { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property EndTime As DateTime |
A .NET DateTime object specifying the end time of the recurrence.
See Also