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

UploadedFile.SourceCreatedDateTimeLocal Property

Gets a local creation date of this user-selected file.

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

Syntax

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

Property Value

Type: System.DateTime

The local creation date of this user-selected file.

See Also

Reference