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


In This Topic
    Occurrence Property
    In This Topic
    Indicates which occurrence (1st, 2d, 3d, etc.) of the selected weekday(s) to trigger on.
    Syntax
    'Declaration
     
    
    Public Property Occurrence As OccurrenceType
    public OccurrenceType Occurrence {get; set;}
    public:
    property OccurrenceType Occurrence {
       OccurrenceType get();
       void set (    OccurrenceType value);
    }
    Remarks
    The Occurrence is used only when the SpecificationType is ArcanaDevelopment.adTempus.Shared.DaySpecificationType.FloatingOffset. See the DaySpecification overview for a discussion of these values.
    See Also