←Select platform

Date Property

Summary

Gets or sets the date this review item was created.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public DateTime Date { get; set; } 
Public Property Date As Date 
public DateTime Date {get; set;} 
@property (nonatomic) NSDate* date; 
public Date getDate() 
public void setDate(Date value) 
             
  
get_Date(); 
set_Date(value); 
Object.defineProperty('Date');  
public:  
   property DateTime^ Date 
   { 
      DateTime^ get() 
      void set(DateTime^ value) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly