←Select platform

Date Property

Summary
Gets or sets the date this review item was created.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public DateTime Date { get; set; } 
@property (nonatomic, strong) NSDate *date; 
public Date getDate() 
public void setDate(Date value) 
public:  
   property DateTime^ Date 
   { 
      DateTime^ get() 
      void set(DateTime^ value) 
   } 
Date # get and set (AnnReview) 

Property Value

The date this review item was created. Default value is an empty date.

Remarks

Applications usually sets this to the date and time the user created the review item.

Requirements

Target Platforms

See Also

Reference

AnnReview Class

AnnReview Members

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.