System.TDateTime.FileDate

提供: RAD Studio API Documentation
移動先: 案内検索

C++

int FileDate() const;

プロパティ

種類 可視性 ソース ユニット
function public systdate.h System TDateTime

説明

日付時刻値を OS の日付時刻スタンプに変換します。

FileDate メソッドを使用すると,TDateTime 値を OS の日付時刻値に変換できます。たとえば,FileDate を使用して,TDateTime 値を FileSetDate !Alink(FileSetDate_function,1) の Age パラメータとして使用できる形式に変換できます。また,TDateTime を変換して,FindFirst 関数および FindNext 関数が使う TSearchRec 構造体の Time 項目と互換性を持たせる場合にも,FileDate を使用する必要があります。

関連項目