Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2006.08.06;
Скачать: CL | DM;

Вниз

как получить нормальное время ?   Найти похожие ветки 

 
PATRIOT ©   (2006-07-09 01:29) [0]

вообщем я получаю список файлов через TSearchRec и там есть параметр "Time", он мне дает дату в цифровом коде, а как мне переконвертировать её в нормальный вид?

типа: "03:37:00"...


 
KilkennyCat ©   (2006-07-09 01:31) [1]

Читать справку по TDateTime


 
KilkennyCat ©   (2006-07-09 01:32) [2]

Converts an OS timestamp value to TDateTime value.

Unit

SysUtils

Category

file management routines

Delphi syntax:

function FileDateToDateTime(FileDate: Integer): TDateTime;

C++ syntax:

extern PACKAGE System::TDateTime __fastcall FileDateToDateTime(int FileDate);

Description

A timestamp is a signed 32-bit integer, used by the OS to record information such as the date and time a file was modified. The precise format of a timestamp depends on the OS. Use FileDateToDateTime to convert a timestamp to a TDateTime value.

For example, use FileDateToDateTime to convert the file timestamp returned by FileGetDate or FileAge to a value that can be used with other CLX routines and properties. You may also need to use FileDateToDateTime to convert the Time field of the TSearchRec type used by the FindFirst and FindNext functions.


 
PATRIOT ©   (2006-07-09 01:35) [3]

рахмет (т.е. спасибо)


 
isasa ©   (2006-07-09 01:35) [4]

:)
А прочитать помощь по описанию структуры?

Time contains the time stamp of the file. It can be converted to a TDateTime value using FileDateToDateTime.
....
function FileDateToDateTime(FileDate: Integer): TDateTime;
......
S := FormatDateTime(""The meeting is on " dddd, mmmm d, yyyy, " at " hh:mm AM/PM", Now + 0.125);


 
isasa ©   (2006-07-09 01:37) [5]

Опа. Ночь на дворе. Пока набирал... Не одному мне на жаре не спится :)


 
KilkennyCat ©   (2006-07-09 01:40) [6]

> [5] isasa ©   (09.07.06 01:37)


ага... а мне по этой жаре стойку 19" ножовкой пилить... блин...


 
isasa ©   (2006-07-09 01:44) [7]

Ночью? Мазохист? :)


 
KilkennyCat ©   (2006-07-09 01:52) [8]

да с утра сеть делать, а там уж и понедельник...



Страницы: 1 вся ветка

Текущий архив: 2006.08.06;
Скачать: CL | DM;

Наверх




Память: 0.48 MB
Время: 0.047 c
15-1150718022
pavel_guzhanov
2006-06-19 15:53
2006.08.06
Проблема при переходе с MSSQL2000 на MSSQL2005


15-1152176226
alles
2006-07-06 12:57
2006.08.06
asp доступ к Paradox-у по локалке


15-1152520236
iddddi
2006-07-10 12:30
2006.08.06
Рисование штрих-кода Code 128


2-1153322064
Константинов
2006-07-19 19:14
2006.08.06
Консольное приложение нечитаемые символы


1-1150798928
ГостьНомер
2006-06-20 14:22
2006.08.06
Как перекрыть абстрактную функцию с другими параметрами?