J
Jeremy Chapman
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?
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?