System.TDateTime.FileDate

From RAD Studio API Documentation
Jump to: navigation, search

C++

int __fastcall FileDate() const;

Properties

Type Visibility Source Unit Parent
function public systdate.h System TDateTime

Description

Converts the date/time value to an OS date/time stamp.

Use FileDate to convert a TDateTime value to an OS date/time stamp. For example, use FileDate to convert a TDateTime value to a format that can be used as the Age parameter of FileSetDate. You may also need to use FileDate to convert a TDateTime so that it is compatible with the Time field of the TSearchRec structure used by the FindFirst and FindNext functions.

See Also