ImageGear .NET - Updated
ModifiedTimeDate Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearFileInfo Class : ModifiedTimeDate Property
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

Reference

ImGearFileInfo Class
ImGearFileInfo Members