Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Scheduled Job

atishaytoma
Tera Contributor
 if (reminderTime == '15 minutes') {
            reminderDateTime.addMinutes(-15);
        } else if (reminderTime == '30 minutes') {
            reminderDateTime.addMinutes(-30);
        } else if (reminderTime == '1 hour') {
            reminderDateTime.addMinutes(-60);
        }
       
how is this block of code exactly working. 
0 REPLIES 0