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


In This Topic
    StartTime Property (ExclusionPeriod)
    In This Topic
    The time at which the Exclusion Period begins.
    Syntax
    'Declaration
     
    
    Public Property StartTime As Date
    public DateTime StartTime {get; set;}
    public:
    property DateTime StartTime {
       DateTime get();
       void set (    DateTime value);
    }
    Remarks

    Only the time portion of this value is used. The DateCriterion determines the day(s) for the Exclusion Period.

    See Also