←Select platform

LastAccessTime Property

Summary

Gets or sets the date and time that the form's attribute was last accessed.

Syntax

C#
VB
C++
public DateTime LastAccessTime { get; set; } 
  
Public Property LastAccessTime As Date 
public: 
property DateTime LastAccessTime { 
   DateTime get(); 
   void set (    DateTime ); 
} 

Property Value

The time that this form was last accessed (2100,0050).

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.Forms.Recognition Assembly