adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / Recurrence Property


In This Topic
    Recurrence Property
    In This Topic
    The frequency at which this item recurs.
    Syntax
    'Declaration
     
    
    Public Property Recurrence As Integer
    public int Recurrence {get; set;}
    public:
    property int Recurrence {
       int get();
       void set (    int value);
    }
    Remarks
    Valid only when SpecificationType is ArcanaDevelopment.adTempus.Shared.DaySpecificationType.SpecifiedWeekdays. The rule applies every Recurrence weeks as measured from the date specified by the RecurrenceRelativeTo value.
    See Also