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