ImageGear .NET - Updated
CreateTimeDate Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearFileInfo Class : CreateTimeDate Property
Gets the creation date of the file.
Syntax
'Declaration
 
Public ReadOnly Property CreateTimeDate As String
'Usage
 
Dim instance As ImGearFileInfo
Dim value As String
 
value = instance.CreateTimeDate
public string CreateTimeDate {get;}
public: __property string* get_CreateTimeDate();
public:
property String^ CreateTimeDate {
   String^ get();
}

Property Value

String time data.
See Also

Reference

ImGearFileInfo Class
ImGearFileInfo Members