I am accessing an Event Log from a remote computer using method (e.g. EventLogQuery class) described in this question. And that works.
What I am trying to do is to change the query to only bring back Information
level entries from the last 24 hours.
In the linked question, the query is *[System/Level=2]
. How do I include the dates and level into the query.