This documentation is for the old version. Go to the latest Upload Suite docs

UploadedFile.SourceLastModifiedDateTime Property

Gets a last modification date of this user-selected file.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

Visual Basic
Public MustOverride ReadOnly Property SourceLastModifiedDateTime As DateTime
C#
public abstract DateTime SourceLastModifiedDateTime { get; }

Property Value

Type: System.DateTime

The last modification date of this user-selected file.

See Also

Reference