Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectoryFolder.DateAccessed Property

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

Syntax

Get

VB.NETDt = object.DateAccessed As Date
VBDt = object.DateAccessed As Date
C#.NETSystem.DateTime Dt = object.DateAccessed;
VC++DATE Dt = object->DateAccessed;
DATE Dt = object->GetDateAccessed();
CHRESULT object->get_DateAccessed(DATE* Dt);

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.

See Also SftDirectoryFolder Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.