Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

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 string CreateTimeDate {get; set;}
 get_CreateTimeDate();
set_CreateTimeDate(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.