←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly