scheduler - C#)How can I schedule Quartz job to run at 5 minutes from now? -


i trying schedule quartz job run @ 5 minutes now. created trigger startat() function:

startat(datetime().now.addminutes(5.0)) 

this doesn't seem work , couldn't find reference job scheduling without cron expression.

is there way schedule job datetime in c# ?


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

node.js - How do I prevent MongoDB replica set from querying the primary? -