Object: | SoftArtisans.FileUp |
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 The file modification date is always sent in GMT format to account for time zone differences between the browser and server. If you are using a different upload client, use the following header to send the Last Modified date:
Which is defined as follows: |
|
Examples:
ASP | The Date Last Modified (UTC) of this upload is
|
---|---|
C# | results.Append("The Date Last Modified (UTC) " +
|
VB.NET | results.Append("The Date Last Modified (UTC) " + _
|