←Select platform

LastModificationTime Property

Summary

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

Syntax

C#
VB
C++
Java
public DateTime LastModificationTime { get; set; } 
  
Public Property LastModificationTime As Date 
public java.util.Date getLastModificationTime(); 
public void setLastModificationTime( 
   java.util.Date 
); 
public: 
property DateTime LastModificationTime { 
   DateTime get(); 
   void set (    DateTime ); 
} 

Property Value

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

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