Skip to content

Annotation::DateCreated property

Indicates the date the annotation was created.

System.DateTime DateCreated { get; set; }
java.util.Date getDateCreated() throws IGRException;
void setDateCreated(java.util.Date value) throws IGRException;
@property
def DateCreated(self) -> datetime:
@property.setter
def DateCreated(self, value: datetime)
Hyland.DocFilters.DateTime getDateCreated() const;
void setDateCreated(Hyland.DocFilters.DateTime value);
[propget] HRESULT DateCreated([out, retval] date* *result);
[propput] HRESULT DateCreated([in] date* value);

Return Value

date