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


In This Topic
    StartDate Property (EffectiveSchedule)
    In This Topic
    The earliest date this rule applies to
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public Property StartDate As Nullable(Of Date)
    [ComVisible(false)]
    public Nullable<DateTime> StartDate {get; set;}
    [ComVisible(false)]
    public:
    property Nullable<DateTime> StartDate {
       Nullable<DateTime> get();
       void set (    Nullable<DateTime> value);
    }
    Remarks
    The time portion is ignored. See StartTime to restrict the times for this rule.
    See Also