C# Class ContentReactor.Common.Fakes.ScheduleStub

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

Méthodes publiques

Méthode Description
GetNextOccurrence ( DateTime now ) : DateTime

Implements the GetNextOccurrence to create a fake TimerSchedule.

Method Details

GetNextOccurrence() public méthode

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