Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7784677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:07:59+00:00 2026-06-01T20:07:59+00:00

I am new to Quartznet schedulers. I am trying to implement CalendarIntervalTriggerImpl trigger. I

  • 0

I am new to Quartznet schedulers. I am trying to implement
“CalendarIntervalTriggerImpl” trigger. I set a passed date (a day in
2010 year) to the trigger.

When I call the ScheduleJob method by passing the Jobdetail
& Triggers, it immediately triggers the Job.Execute method. Whether I
am missing anything. Please guide me in correct way.

Please look at the following sample code,

class Program
{
    private static IScheduler _scheduler;

    static void Main(string[] args)
    {
        Console.WriteLine(DateTime.Now.Day);
        ISchedulerFactory schedulerFactory = new StdSchedulerFactory();
        _scheduler = schedulerFactory.GetScheduler();
        _scheduler.Start();
        AddJob();
    }

    public static void AddJob()
    {
        IJob myJob = new MyJob(); //This Constructor needs to be parameterless
        JobDetailImpl jobDetail = new JobDetailImpl("Group1", "Group1", myJob.GetType());
        CalendarIntervalTriggerImpl trigger = new CalendarIntervalTriggerImpl("Group1", "Group1", IntervalUnit.Week, 2);
        trigger.StartTimeUtc = DateTime.Now.AddDays(-3).AddSeconds(15);
        _scheduler.ScheduleJob(jobDetail, trigger);
        Console.WriteLine("Next : {0}", trigger.GetNextFireTimeUtc().Value.ToLocalTime());
    }
}

internal class MyJob : IJob
{
    public void Execute(IJobExecutionContext context)
    {
        Console.WriteLine("Executing the job...");
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T20:08:00+00:00Added an answer on June 1, 2026 at 8:08 pm

    This is the default behavior if you don’t set the misfire instruction. Set it to DoNothing, which is 2.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

New to Scala, but experienced in C++ I'm trying to implement (possibly misguidedly) a
If I have a Quartz.NET trigger defined as follows: SimpleTrigger fourPm = new SimpleTrigger(
New to Linux programming in general. I am trying to communicate with a kernel
new Date(05-MAY-09 03.55.50) is any thing wrong with this ? i am getting illegalArgumentException
New day, new problem :-) Code: Client Side: void abw_Closed(object sender, EventArgs e) {
I'm trying to set up Quartz.NET in an Azure worker role for scheduling a
New to Ruby and ROR and loving it each day, so here is my
New to rails and trying to get a one to many relationship up and
I am trying to implement Quartz.net in one of my projects. I am using
New to Python and trying to figure out what went wrong here. Making a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.