CreateTimeDate Property

Summary

Gets or sets the creation time and date for a file.

Syntax
C#
VB
C++
public string CreateTimeDate { get; set; } 
Public Property CreateTimeDate As String 
public: 
property String^ CreateTimeDate { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string which specifies the creation time and date for a file.

Example

Refer to QueryFileSystem example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly