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

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