adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CapturedFile Class / FileDate Property


In This Topic
    FileDate Property
    In This Topic
    The last modified timestamp of the file.
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public ReadOnly Property FileDate As Nullable(Of Date)
    [ComVisible(false)]
    public Nullable<DateTime> FileDate {get;}
    [ComVisible(false)]
    public:
    property Nullable<DateTime> FileDate {
       Nullable<DateTime> get();
    }
    See Also