Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

CreateTimeDate Property






Gets or sets the creation time and date for a file.
Syntax
public string CreateTimeDate {get; set;}
'Declaration
 
Public Property CreateTimeDate As String
'Usage
 
Dim instance As TwainFileSystem
Dim value As String
 
instance.CreateTimeDate = value
 
value = instance.CreateTimeDate
public:
property String^ CreateTimeDate {
   String^ get();
   void set (    String^ value);
}

Property Value

A string which specifies the creation time and date for a file.
Example
Refer to QueryFileSystem example.
Requirements

Target Platforms

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

Error processing SSI file