In windows 8 I am trying to find files modified in the last hour. After reading these two links I thought I could do this.
So I tried
and
. It is supposed to be:
I added a > because I thought you need that for after the date and time listed. Is there an easier way to do this?
Date and Time Formats
https://msdn.microsoft.com/en-us/library/bb266512(VS.85).aspx
Code:
System.DateModified:YYYY-MM-DDThh:mm:ss
So I tried
Code:
System.DateModified:>2016-01-04T05:00
Code:
System.DateModified:<2016-01-04T05:00
Code:
January 4, 2016 at 5 AM
Date and Time Formats
https://msdn.microsoft.com/en-us/library/bb266512(VS.85).aspx
Last edited: