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