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