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;}
    Remarks
    The time portion is ignored. See StartTime to restrict the times for this rule.
    See Also