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


In This Topic
    Schedule Property (DateCriterion)
    In This Topic
    The Schedule this criterion belongs to, if applicable
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property Schedule As ScheduleCollection
    [CanBeNull()]
    public ScheduleCollection Schedule {get;}
    [CanBeNull()]
    public:
    property ScheduleCollection^ Schedule {
       ScheduleCollection^ get();
    }
    See Also