This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploadItem Interface > IUploadItem.Date Property (ArcObjects .NET 10.4 SDK) |
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