我正在尝试选择某个日期之后的所有事件日志条目。到目前为止,我认为我得到了等于,但我不知道如何将其更改为大于指定日期......如此接近但到目前为止!
<QueryList>
<Query Id="0" Path="Application">
<Select Path="Application">*[System[TimeCreated[@SystemTime='2013-01-01T12:21:25.0000000']]]</Select>
</Query>
</QueryList>