Gets the value that represents the time when upload process finished.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0

Syntax

C#
public DateTime EndTime { get; }
Visual Basic (Declaration)
Public ReadOnly Property EndTime As DateTime

Field Value

Type: System..::.DateTime
A DateTime that contains finish time of an upload. Default value is 00:00:00.0000000, January 1, 0001

Examples

You can find an example in the description of UploadStatus class.

See Also