adTempus API
ArcanaDevelopment.adTempus.Shared.FileOperations Namespace / FileOperationTaskSettings Class / SelectModifiedSinceVariable Property

In This Topic
    SelectModifiedSinceVariable Property
    In This Topic
    Only select files modified since the date/time (in UTC) defined in the specified variable
    Syntax
    'Declaration
     
    
    <ExtensionMemberAttribute()>
    <DataMemberAttribute()>
    Public Property SelectModifiedSinceVariable As String
    [ExtensionMember()]
    [DataMember()]
    public string SelectModifiedSinceVariable {get; set;}
    Remarks
    If used, SelectModifiedSinceVariable must be set to the name of a ArcanaDevelopment.adTempus.Client.JobVariable that will resolve to a date/time value at runtime
    See Also