ArcObjects Library Reference (GeoDatabaseExtensions)  

IDataMessage.CreationDate Property

Indicates date of data message's creation.

[Visual Basic .NET]
Public ReadOnly Property CreationDate As Object
[C#]
public object CreationDate {get;}
[C++]
HRESULT get_CreationDate(
  VARIANT* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataMessage Interface