How to get data based on current month using queries

How to get data based on current month using queries

My time field has date and time both.

SELECT count("Id") FROM "Leads" where "Time" = month(now())