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


In This Topic
    EndTime Property (EffectiveSchedule)
    In This Topic
    The latest time this rule applies to
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public Property EndTime As Date
    [ComVisible(false)]
    public DateTime EndTime {get; set;}
    [ComVisible(false)]
    public:
    property DateTime EndTime {
       DateTime get();
       void set (    DateTime value);
    }
    Remarks
    Only the time portion of this value is used. It represents the latest time within a day that the rule applies.
    See Also