Object: | SoftArtisans.SAFile |
Syntax: | DateLastModifiedUTC |
Type: | Date |
Read/Write: | Read Only |
Description: |
If UseDateLastModified is set to True, DateLastModifiedUTC will return last modification date of the file transmitted by the user. The date is displayed using Universal Time (UTC, or GMT). For the local date of the file, see the DateLastModified property. The |
Sending the needed header:
If you are using a different upload client, use the following header to send the Last Modified date:
The file modification date is always sent in GMT format to account for time zone differences between the browser and server. |
ASP | The Date Last Modified (UTC) of the first uploaded file is:
|
---|---|
C# | results.Append("The Date Last Modified (UTC) " +
|
VB.NET | results.Append("The Date Last Modified (UTC) " + _
|