Second upload
This commit is contained in:
parent
4e3492184d
commit
c64eff200c
@ -23,7 +23,7 @@ namespace Parking_space_WebAPI.BackgroundServices
|
|||||||
|
|
||||||
public Task StartAsync(CancellationToken cancellationToken)
|
public Task StartAsync(CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
TimeSpan scheduledTime = new TimeSpan(0, 23, 59); //設定固定每天存取的時間
|
TimeSpan scheduledTime = new TimeSpan(23, 59, 0); //設定固定每天存取的時間
|
||||||
var now = DateTime.Now;
|
var now = DateTime.Now;
|
||||||
var nextRunTime = DateTime.Today.Add(scheduledTime);
|
var nextRunTime = DateTime.Today.Add(scheduledTime);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user