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;}
    [ComVisible(false)]
    public:
    property Nullable<DateTime> EndDate {
       Nullable<DateTime> get();
       void set (    Nullable<DateTime> value);
    }
    Remarks
    This value should be specified in the time zone of the adTempus server. The time portion of the value is ignored
    See Also