C# Class ContentReactor.Common.Fakes.ScheduleStub

Provides a stub class for building a TimerInfo instance to pass to Azure function timer jobs.
Inheritance: TimerSchedule
Show file Open project: Stewartarmbrecht/Eden-Old

Public Methods

Method Description
GetNextOccurrence ( DateTime now ) : DateTime

Implements the GetNextOccurrence to create a fake TimerSchedule.

Method Details

GetNextOccurrence() public method

Implements the GetNextOccurrence to create a fake TimerSchedule.
public GetNextOccurrence ( DateTime now ) : DateTime
now DateTime Don't know.
return DateTime