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