Gets the end time of the recurrence.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling.WinForms.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