You can do this :
first get creation time of the file using GetcreationTime property.. Then check this time in a if condition that IF createtime Prior to given time THEN Delete the file END IF