ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearFileInfo Class / ModifiedTimeDate Property




In This Topic
    ModifiedTimeDate Property
    In This Topic
    Gets the last date the file was modified.
    Syntax
    'Declaration
     
    Public ReadOnly Property ModifiedTimeDate As String
    'Usage
     
    Dim instance As ImGearFileInfo
    Dim value As String
     
    value = instance.ModifiedTimeDate
    public string ModifiedTimeDate {get;}
    public: __property string* get_ModifiedTimeDate();
    public:
    property String^ ModifiedTimeDate {
       String^ get();
    }

    Property Value

    String value.
    See Also