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

In This Topic
    StartTime Property (TimeCriterion)
    In This Topic
    The first time that the job should execute, when CriterionType is Interval
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public Property StartTime As Nullable(Of Date)
    [ComVisible(false)]
    public Nullable<DateTime> StartTime {get; set;}
    See Also