[Solved] how to use the schedule method


24 hours in a day, 60 minutes in an hour, 60 seconds in a minute, 1000 milliseconds in a second

scheduleAtFixedRate(yourTask, initialDelay, 24 * 60 * 60 * 1000);

solved how to use the schedule method