adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SharedSchedule Class / DateCriteria Property


In This Topic
    DateCriteria Property
    In This Topic
    The rules that define which days this schedule matches
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property DateCriteria As DateCriterionCollection
    [NotNull()]
    public DateCriterionCollection DateCriteria {get;}
    [NotNull()]
    public:
    property DateCriterionCollection^ DateCriteria {
       DateCriterionCollection^ get();
    }
    See Also