How to stop recurring job on specific date like startDate and endDate

Hi Guys,

I am using hangfire in our application and created recurring jobs. How I can stop my job on a given date?

Please give me a suggestion on this, is it possible to pass end data while creating a job or can we stop the job at a particular time?