adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ExportOptions Class / HistoryStartDate Field


In This Topic
    HistoryStartDate Field
    In This Topic
    The earliest date/time to include if IncludeJobHistory is True.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public HistoryStartDate As Nullable(Of Date)
    [DataMember()]
    public Nullable<DateTime> HistoryStartDate
    [DataMember()]
    public:
    Nullable<DateTime> HistoryStartDate
    See Also