Cron Expression: Every 30 minutes, between 04:15 PM and 05:59 PM, Monday through Friday

We want to trigger the process for every 30 minutes between 4:15 PM and 05:59 PM, Monday through Friday but not sure on how to add minutes for 4:15 PM.

Please someone help to update the time to 4:15 PM instead of 4:00 PM.
**0 0/30 16-17 ? * MON-FRI ***
Every 30 minutes, between 04:00 PM and 05:59 PM, Monday through Friday

Hi @Sethupathiramkumar_P ,

can you please try this expression 00 15/30 16-17 ? * MON-FRI * .


taken from: Free Online Cron Expression Generator and Describer - FreeFormatter.com

As far we do understand the schedules will be:
4:15,4:45,5:15,5:45 an interpretation of every 30 mins between 4:15 PM and 5:59 PM

which can be expressed e.g. with:
0 15/30 16,17 ? * MON,TUE,WED,THU,FRI *
shortened:
0 15/30 16,17 ? * MON-FRI *

And depending on how much non standard cron is supported the cron is close to what @shaik_Azam has mentioned by:

Thank you all for sharing the details but actually I want to create a multiple trigger as below. Please suggest on how to achieve this.

Every 30 minutes, between 07:01 AM and 08:59 PM, Monday through Friday
Every 30 minutes, between 07:02 AM and 08:59 PM, Monday through Friday
Every 30 minutes, between 07:03 AM and 08:59 PM, Monday through Friday
Every 30 minutes, between 07:04 AM and 08:59 PM, Monday through Friday
Every 30 minutes, between 07:05 AM and 08:59 PM, Monday through Friday