←Select platform

CurrentDateTime Property

Summary

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

Syntax
C#
VB
C++
Java
public DateTime CurrentDateTime { get; set; } 
Public Property CurrentDateTime As Date 
public Date getCurrentDateTime() 
public void setCurrentDateTime(Date date) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.BatesStamp Assembly