adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ChangeLogQueryParameters Class / EndTimestamp Field


In This Topic
    EndTimestamp Field (ChangeLogQueryParameters)
    In This Topic
    Fetch only records with a timestamp less than or equal to the specified timestamp.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public EndTimestamp As Nullable(Of Date)
    [DataMember()]
    public Nullable<DateTime> EndTimestamp
    [DataMember()]
    public:
    Nullable<DateTime> EndTimestamp
    Remarks
    Specify the date/time in UTC
    See Also