Filter tasks by startDate >= givendate

Hello

TaskQuery API, provides ‘createdOn, createdAfter’ methods to query task having createdDate >= date

HistoricTaskQuery API has ‘startedAfter’ method and no way to specify startedOn date.

Any way to achieve “>=” using Task API ?

Regards
Suhas