| PersistentObject_created Field |
Field that stores the date and time when the object was created.
Namespace: ObujekutoruAssembly: obujekutoru (in obujekutoru.dll) Version: 1.1.0.25794
Syntax [PersistentObjectFieldAttribute("created", false)]
protected DateTime _created
<PersistentObjectFieldAttribute("created", false)>
Protected _created As DateTime
protected:
[PersistentObjectFieldAttribute(L"created", false)]
DateTime _created
[<PersistentObjectFieldAttribute("created", false)>]
val mutable _created: DateTime
Field Value
Type:
DateTimeSee Also