Search
LocalizationInfo.RecurrenceTimeOnePattern Property
See Also
 






Gets or sets the pattern used for denoting the start and end time of a recurrence.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string RecurrenceTimeOnePattern { get; set; }

Visual Basic  Copy Code

Public Property RecurrenceTimeOnePattern As String

 Property Value

A string value.

 Remarks

Use the [StartTime] and [EndTime] parameters as placeholders for the StartTime and EndTime of recurrences.

 See Also