←Select platform

CurrentDateTime Property

Summary

Gets or sets the current date and time when creating this stamp element.

Syntax

C#
VB
Java
WinRT C#
C++
public DateTime CurrentDateTime { get; set; } 
Public Property CurrentDateTime As Date 
public DateTime CurrentDateTime {get; set;} 
public Date getCurrentDateTime() 
public void setCurrentDateTime(Date date) 
             
 <br/>get_CurrentDateTime();<br/>set_CurrentDateTime(value);<br/>Object.defineProperty('CurrentDateTime');  
public:  
   property DateTime^ CurrentDateTime 
   { 
      DateTime^ get() 
      void set(DateTime^ value) 
   } 

Property Value

A value indicating the current date and time when creating this stamp element.

Example

For an example, refer to IAnnBatesElement.

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.Annotations.Documents Assembly