Top "Quartz.net" questions

Quartz.

How to convert a UTC DateTimeOffset to a DateTime that uses the systems timezone

Quartz.net offers a method to get the next time of the next trigger event: http://quartznet.sourceforge.net/apidoc/1.0/…

c# datetime timezone quartz.net datetimeoffset
Scheduling Cron Jobs With Quartz.NET

I'm trying to schedule some jobs using Quartz.NET but I cannot get it working. I tried the following code …

c# quartz-scheduler jobs quartz.net quartz.net-2.0
Quartz.net setup in an asp.net website

I've just added quartz.net dll to my bin and started my example. How do I call a C# method …

c# asp.net scheduled-tasks quartz.net
Quartz Scheduler: How to pass custom objects as JobParameter?

I am planning to write a ASP.NET page to trigger the job on demand. Currently, I am using SimpleTrigger …

c# asp.net c#-3.0 quartz.net
Constructor injection with Quartz.NET and Simple Injector

Currently I am writing a service using Quartz.NET to schedule the running of it. I was wondering if anyone …

c# .net dependency-injection quartz.net simple-injector
In Quartz.NET is there a way to set a property that will only allow one instance of a Job to run?

I have a service that will run every X minutes. If that job takes longer than X minutes for some …

.net quartz.net
How to send argument to class in Quartz.Net

I'm using Quartz.Net (version 2) for running a method in a class every day at 8:00 and 20:00 (IntervalInHours = 12) Everything is OK …

c# arguments quartz.net quartz.net-2.0
Quartz.NET vs Windows Scheduled Tasks. How different are they?

I'm looking for some comparison between Quartz.NET and Windows Scheduled Tasks? How different are they? What are the pros …

windows scheduled-tasks scheduling quartz.net
Quartz.Net CronExpression Builder

I have some GUI controls forming a typical windows scheduler (Date\Time pickers, check boxes, etc) that I would like …

c# quartz.net
Quartz.NET scheduler doesn't fire jobs/triggers once deployed

INTRODUCTION I'm using Quartz.Net on an ASP.Net framework 4, webforms web site. Basically, the user should have the hability …

asp.net quartz.net