C# Класс ContentReactor.Common.Fakes.ScheduleStub

Provides a stub class for building a TimerInfo instance to pass to Azure function timer jobs.
Наследование: TimerSchedule
Показать файл Открыть проект

Открытые методы

Метод Описание
GetNextOccurrence ( DateTime now ) : DateTime

Implements the GetNextOccurrence to create a fake TimerSchedule.

Описание методов

GetNextOccurrence() публичный Метод

Implements the GetNextOccurrence to create a fake TimerSchedule.
public GetNextOccurrence ( DateTime now ) : DateTime
now DateTime Don't know.
Результат DateTime