Method HourOfDay
- Namespace
- Eon
- Assembly
- Eon.dll
HourOfDay(uint, Func<DateTimeOffset>?)
Cron-like Schedule that recurs every specified hour of each day
public static Schedule HourOfDay(uint hour, Func<DateTimeOffset>? currentTimeFunction = null)
Parameters
houruinthour of the day, will be rounded to fit between 0 and 23
currentTimeFunctionFunc<DateTimeOffset>current time function