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


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