←Select platform

CreationDate Property

Summary

Gets or sets the value of the Creation Date column for this row.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public DateTime CreationDate { get; set; } 
<DebuggerNonUserCodeAttribute()>  
Public Property CreationDate() As Date 
   Get 
   Set 
public:  
   [DebuggerNonUserCodeAttribute] 
   property System::DateTime CreationDate 
   { 
      System::DateTime get() 
      void set(System::DateTime value) 
   } 

Property Value

The value of the Creation Date column for this row.

Remarks

Date/time of when the item was added to the cache.

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.Medical.Caching Assembly