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


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