| ComponentSpace FTP Class Library Reference |
|
DirectoryListItem.Time Property
Gets the unprocessed remote directory item time as returned by the FTP server.
[Visual Basic]
Overridable Public ReadOnly Property Time As
String
[C#]
public virtual
string Time {get;}
Property Value
The remote directory item time.
Remarks
The date may be accessed using the Date property.
Use the DateTime property to parse the date and time into a DateTime object.
See Also
DirectoryListItem Class | ComponentSpace.Ftp Namespace