adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DateCriterion Class / CriterionType Property


In This Topic
    CriterionType Property (DateCriterion)
    In This Topic
    Indicates the type of criterion
    Syntax
    'Declaration
     
    
    Public Property CriterionType As DateCriterionType
    public DateCriterionType CriterionType {get; set;}
    public:
    property DateCriterionType CriterionType {
       DateCriterionType get();
       void set (    DateCriterionType value);
    }
    Remarks

    For ArcanaDevelopment.adTempus.Shared.DateCriterionType.Interval, set the Interval to the interval in days at which the criterion should repeat.

    For ArcanaDevelopment.adTempus.Shared.DateCriterionType.SpecifiedDays, add rules to the Days collection to define the days when the criterion applies

    See Also