help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'db' (#fcl)

TDateTimeRec

Declaration

Source position: db.pas line 126

type TDateTimeRec = record

  case TFieldType of

    ftDate: (

        Date: LongInt;

      );

    ftTime: (

        Time: LongInt;

      );

    ftDateTime: (

        DateTime: TDateTimeAlias;

      );

end;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505