|
Tuesday, September 25, 2007 - 15 Posts by 6 People
Output filetime like these format, It will look neat.
2007-08-30 03:25:12
2007-08-02 12:00:12
2007-8-30 3:25:12
2007-8-2 12:00:12
2007-9-19 1:19:50
2007-9-3 5:24:52
2007-11-29 12:18:56
If hfs output filetime like these...
format, It will look neat.
2007-08-30 03:25:12
2007-08-02 12:00:12
2007-09-19 01:19:50
2007-09-03 05:24:52
2007-08-2...
|
|
Wednesday, July 08, 2009 - 4 Posts by 4 People
I have a value __int64 that is a 64bit FILETIME value. FILETIME has a dwLowDateTime
to the FILETIME?
Or how do I split the __int64 so that I can assign the low part to dwLowDateTime
Here's the basic outline.
__int64 t; FILETIME ft; ft.dwLowDateTime = (DWORD)t; ft.dwHighDateTime
|
|
Friday, October 23, 2009 - 3 Posts by 3 People
How do i convert ticks to time_t or filetime().
Please suggest
thanks
how do i convert ticks to time_t or filetime().
Please suggest
thanks
For time_t:
long ticks = 633918528 ; DateTime target = new DateTime(ticks); DateTime start = new DateTime(1970, 1, 1, 0, ...
|
|
Tuesday, July 28, 2009 - 4 Posts by 3 People
I want to receive a date from the user and convert this date to filetime.
I understand
32bit numbers which string together to create the entire 64bit filetime date.
Does anybody know how
I want to receive a date from the user and convert this date to filetime.
I understand the System.Runtime.InteropServices...
|
|
Wednesday, September 24, 2008 - 6 Posts by 6 People
The FILETIME http://msdn.microsoft.com/en-us/library/ms724284(VS.85).aspx structure counts
seconds. If you add 24 * 60 * 60 seconds to a FILETIME that represents 1:39:45 today, you get
a FILETIME that represents 1:39:45 tomorrow, no matter what.
Here 's some more info about why
|
|
Friday, September 02, 2005 - 7 Posts by 4 People
Thing.
How about comparing the filetime() date to todays date? Would you just do;
Code: Select all
Greetings,
Cant seem to stretch my logic around this one, i guess this is what you get for having no work to do for 2 months...
...
I am using filemtime() from a file. Now, if the filemtime() of that file is one month old it will display the message...
|
|
Tuesday, July 28, 2009 - 5 Posts by 3 People
Здравствуйте!
Стоит задача преобразовать WinApi FILETIME в unixtime.
поступаю следующим образом
, дополнительное звено с виндовой машиной явно ни к чему =)http://www.google.lv/search?hl=ru&q=FileTime
+to+UnixTimeneverlose писал(а): http://www.google.lv/search?hl=ru&q=FileTime+to+UnixTime
Действительно забыл
|
|
Tuesday, June 02, 2009 - 3 Posts by 2 People
FILETIME Win32
structure which is defined (in C/C++)
typedef struct _FILETIME {
DWORD
dwLowDateTime;
DWORD dwHighDateTime;
} FILETIME, *PFILETIME;
A DWORD (Double Word
:
- Why not ULong?
- Datetime.tobinary() can not be "bitblitted" to FILETIME
|
|
Saturday, November 29, 2008 - 3 Posts by 2 People
Initial value so CompareFileTime always return
less, ex:
static FILETIME maxTime = {-1, -1
to work but so is {0xffffffff, 0x80000000}
but not {0xffffffff, 0x90000000}
So what is FILETIME
of the FILETIME structure, it is said (for
operations, but...) to use a ULARGE_INTEGER structure
|
|
Thursday, July 02, 2009 - 3 Posts by 2 People
I was wondering if anyone has ever gotten the ability to convert
between FILETIME and SYSTEMTIME values
On Thu, 2 Jul 2009 16:58:23 -0700 (PDT), Bradley Remedios <bremedios@gmail.com
I was wondering if anyone has ever gotten...
gotten the ability to convert
between FILETIME and SYSTEMTIME values in the bootloader (EBOOT)
working.
We are using CE ...
|

)