This document is archived and information here might be outdated. Recommended version. |
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*