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

In This Topic
    TimeCriterion Property
    In This Topic
    Specifies the time(s) at which the job should execute
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property TimeCriterion As TimeCriterion
    [CanBeNull()]
    public TimeCriterion TimeCriterion {get; set;}
    Remarks
    A TimeCriterion can only be associated with one Schedule. To use the same time settings with another Schedule you must duplicate the TimeCriterion.
    See Also