Accusoft.NotateXpress13.Net
CreateTime Property




A Read only property that gets the time when the element was created.
Syntax
'Declaration
 
Public ReadOnly Property CreateTime As Date
'Usage
 
Dim instance As Element
Dim value As Date
 
value = instance.CreateTime
public DateTime CreateTime {get;}
public: __property DateTime get_CreateTime();
public:
property DateTime CreateTime {
   DateTime get();
}

Property Value

The System.DateTime when the element was created.
See Also

Reference

Element Class
Element Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback