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


In This Topic
    EndTime Property (ExclusionPeriod)
    In This Topic
    The time at which the Exclusion Period ends.
    Syntax
    'Declaration
     
    
    Public Property EndTime As Date
    public DateTime EndTime {get; set;}
    public:
    property DateTime EndTime {
       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.

    If the EndTime is earlier than the StartTime the Exclusion Period spans midnight and the EndTime is the next day from the StartTime.

    See Also