From 89536c6d974bf2c83e0e0042b7df49a92fcf146b Mon Sep 17 00:00:00 2001 From: sahir saiyed Date: Fri, 4 Oct 2019 17:06:23 +0530 Subject: [PATCH] Update Program.cs fixed typo --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index ac32387..3c8248e 100644 --- a/Program.cs +++ b/Program.cs @@ -33,7 +33,7 @@ static void Main(string[] args) Console.WriteLine("//here write the code that you want to schedule"); }); - // For Interval in Seconds + // For Interval in Days // This Scheduler will start at 17:22 and call after every 3 Days // IntervalInSeconds(start_hour, start_minute, days) MyScheduler.IntervalInDays(17, 22, 3,