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