Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectoryFolder.DateModified Property

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

Syntax

Get

VB.NETDt = object.DateModified As Date
VBDt = object.DateModified As Date
C#.NETSystem.DateTime Dt = object.DateModified;
VC++DATE Dt = object->DateModified;
DATE Dt = object->GetDateModified();
CHRESULT object->get_DateModified(DATE* Dt);

object

A SftDirectoryFolder object.

Dt

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

Comments

The DateModified property returns the date and time the file/folder was last modified.

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.