Gets or sets the pattern used for recurrences with RecurrencePattern set to TimeInterval.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string RecurrenceIntervalPattern { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RecurrenceIntervalPattern As String |
RemarksUse the [Interval.Days], [Interval.Hours], [Interval.Minutes] and [Interval.Seconds] parameters as placeholders for the Recurrence.Interval.Days, Recurrence.Interval.Hours, Recurrence.Interval.Minutes and Recurrence.Interval.Seconds values respectively.
See Also