letstartTime:Number=Date.parse(newDate('2022-06-01').toString())/1000;// The value of the start time is the number of seconds elapsed since the Epoch time.
letendTime:Number=Date.parse(newDate('2023-06-01').toString())/1000;// The value of the end time is the number of seconds elapsed since the Epoch time.