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

In This Topic
    EndDate Property (EffectiveSchedule)
    In This Topic
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public Property EndDate As Nullable(Of Date)
    [ComVisible(false)]
    public Nullable<DateTime> EndDate {get; set;}
    See Also