ArcObjects Library Reference (GISClient)  

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(
  DATE pDate
);
[C++]

Parameters

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

Product Availability

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

See Also

IUploadItem Interface