Registriert seit: 9. Mär 2005
Ort: Wien Umgebung
155 Beiträge
Delphi 2006 Architect
|
Re: Double und TDateTime 'delokalisiert' speichern
3. Mai 2005, 17:28
Hi !
Delphi-Quellcode:
function EncodeTime(Hour, Min, Sec, MSec: Word): TDateTime;
{ DecodeDate decodes the integral (date) part of the given TDateTime value
into its corresponding year, month, and day. If the given TDateTime value
is less than or equal to zero, the year, month, and day return parameters
are all set to zero. }
procedure DecodeTime(Time: TDateTime; var Hour, Min, Sec, MSec: Word);
{ DateTimeToSystemTime converts a date and time from Delphi's TDateTime
format into the Win32 API's TSystemTime format. }
Könnte das helfen
Otto
|
|
Zitat
|