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


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