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

In This Topic
    EndDate Property (DateCriterion)
    In This Topic
    The latest date (inclusive) that this criterion applies
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public Property EndDate As Nullable(Of Date)
    [ComVisible(false)]
    public Nullable<DateTime> EndDate {get; set;}
    Remarks
    This value should be specified in the time zone of the adTempus server. The time portion of the value is ignored
    See Also