Search:

Type: Posts; User: JamesHenderson

Search: Search took 0.09 seconds.

  1. Re: Timer.scheduleAtFixedRate() is scheduling itself to run on the wrong day

    I see. Apparently I was misreading what that method did. Thanks.
  2. Re: Timer.scheduleAtFixedRate() is scheduling itself to run on the wrong day

    I'm expecting it to start on the date returned by calcPatchNotesStartDate(), since that is the date I am passing in to the scheduleAtFixedRate method.

    The source code for...
  3. Re: Timer.scheduleAtFixedRate() is scheduling itself to run on the wrong day

    I'm expecting it to start on the date returned by calcPatchNotesStartDate(), since that is the date I am passing in to the scheduleAtFixedRate method.

    The source code for...
  4. Timer.scheduleAtFixedRate() is scheduling itself to run on the wrong day

    I've run into the oddest problem which really isn't making any sense.


    Timer timer = new Timer();

    //7 days
    long patchNotesSleep = 7 * 24 * 60 * 60 * 1000;

    TimerTask task = new TimerTask()...
Results 1 to 4 of 4