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