fluentscheduler / FluentScheduler

Automated job scheduler with fluent interface for the .NET platform.
Other
2.68k stars 410 forks source link

Question about scheduling with DateTime #317

Closed v-maxson closed 2 years ago

v-maxson commented 2 years ago

If I schedule something to happen at a DateTime that has already passed, will it just occur immediately? Or will I need to find a work around for this?