Why don't you test it out by writing a small app that reads entries from
the EventLog and writes the DateTime as well...
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> I want to find the most recent entry, or all entries after a given date/time
> using the EventLog class. Do I have to iterate through all entries, or are
> they sorted so I can start from index 0 and just iterate until the entry
> date is older than a given date?
Jeremy Chapman - 30 Sep 2004 00:07 GMT
Becuase I'm not sure if some setting in windows can alter the sort. Can i
really on the eventlog giving me back the records always in the same order?
> Why don't you test it out by writing a small app that reads entries from
> the EventLog and writes the DateTime as well...
[quoted text clipped - 7 lines]
> > they sorted so I can start from index 0 and just iterate until the entry
> > date is older than a given date?