This document is archived and information here might be outdated.  Recommended version.


IUploadItem.Date Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploadItem Interface > IUploadItem.Date Property
ArcGIS Developer Help

IUploadItem.Date Property

The date for the upload (in the server's time zone).

[Visual Basic .NET]
Public Property Date As DateTime
[C#]
public DateTime Date {get; set;}
[C++]
HRESULT get_Date(
  DATE pDate
);
[C++]
HRESULT put_Date(
  System.DateTime* pDate
);
[C++]
Parameters
pDate [in]

pDate is a parameter of type DATE pDate [out, retval]
pDate is a parameter of type DATE*

Product Availability

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

See Also

IUploadItem Interface