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, if any
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public ReadOnly Property Schedule As Schedule
    [CanBeNull()]
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public Schedule Schedule {get;}
    [CanBeNull()]
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    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