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

In This Topic
    StartDate Property (DateCriterion)
    In This Topic
    The earliest date (inclusive) that this criterion applies
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public Property StartDate As Nullable(Of Date)
    [ComVisible(false)]
    public Nullable<DateTime> StartDate {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