ComponentSpace FTP Class Library Reference

DirectoryListItem.Date Property

Gets the unprocessed remote directory item date as returned by the FTP server.

[Visual Basic]
Overridable Public ReadOnly Property Date As String
[C#]
public virtual string Date {get;}

Property Value

The remote directory item date.

Remarks

The time may be accessed using the Time property.

Use the DateTime property to parse the date and time into a DateTime object.

See Also

DirectoryListItem Class | ComponentSpace.Ftp Namespace