(time>hhmm)
Find files created on or after the time hhmm.
Usage: (time>hhmm)
 Where hh is the hour (00 to 23) and mm is the minute (00 to 59).
 
Use this function to find all files and folders that were created on or after a specific time.
It is possible to search for a specific range by using the (time<hhmm) function with this one;
To search for files created between 9:30am and 5:30pm (inclusive);
  (time>0930) (time<1730)
 
See Also
(time<hhmm) and (time=hhmm)
(atime<hhmm), (atime>hhmm) and (atime=hhmm)
(mtime<hhmm), (mtime>hhmm) and (mtime=hhmm)