←Select platform

Timestamp Property

Summary

The timestamp of the modification.

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

Property Value

Time stamp of the modification. This value is in UTC and created in the "yyyy-MM-ddTHH:mm:ss" format. The default value is null.

Remarks

Refer to Document Toolkit History Tracking for more information.

Example

For an example, refer to DocumentHistory.

Requirements

Target Platforms

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

Leadtools.Document Assembly