adTempus API
ArcanaDevelopment.adTempus.Client Namespace / TimeCriterion Class / Schedule Property


In This Topic
    Schedule Property (TimeCriterion)
    In This Topic
    The Schedule to which this criterion is assigned
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Schedule As Schedule
    public Schedule Schedule {get;}
    public:
    property Schedule^ Schedule {
       Schedule^ get();
    }
    Remarks
    To assign the criterion to a schedule, set the TimeCriterion to the Schedule. A TimeCriterion can only be assigned to one Schedule; criteria cannot be shared with multiple schedules.
    See Also