SftDirectory 2.5

SftDirectoryFolder.DateAccessed Property

Softel vdm, Inc.

Returns the date and time the file/folder was last accessed.

Syntax       

Get

VB.NET

Dt = object.DateAccessed  As Date

VB

Dt = object.DateAccessed  As Date

C#.NET

System.DateTime Dt = object.DateAccessed;

VC++

DATE Dt = object->DateAccessed;
DATE Dt = object->GetDateAccessed();

C

HRESULT object->get_DateAccessed(DATE* Dt);

Delphi

Dt := object.DateAccessed   : TDateTime;

object

A SftDirectoryFolder object.

Dt

Returns the date and time the file/folder was last accessed.

Comments

The DateAccessed property returns the date and time the file/folder was last accessed.

The Folder.GetText method can be used to retrieve the date as a string.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com