Gets or sets the pattern used for denoting the start and end time of a recurrence.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string RecurrenceTimeOnePattern { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RecurrenceTimeOnePattern As String |
RemarksUse the [StartTime] and [EndTime] parameters as placeholders for the StartTime and EndTime of recurrences.
See Also