System.SysUtils.TDateTimeInfoRec.CreationTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CreationTime: TDateTime read GetCreationTime;

C++

__property System::TDateTime CreationTime = {read=GetCreationTime};

Properties

Type Visibility Source Unit Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TDateTimeInfoRec

Description

CreationTime gets the creation date and time of a file or directory.

The CreationTime read-only property returns the creation date and time of a file or directory.

See Also