Leadtools TWAIN (Leadtools.Twain assembly)

CreateTimeDate Property

Show in webframe





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 TwainSession.QueryFileSystem example.
Requirements

Target Platforms

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.