Table of Contents

Method SecondOfMinute

Namespace
Eon
Assembly
Eon.dll

SecondOfMinute(uint, Func<DateTimeOffset>?)

Cron-like Schedule that recurs every specified second of each minute

[Pure]
public static Schedule SecondOfMinute(uint second, Func<DateTimeOffset>? currentTimeFunction = null)

Parameters

second uint

second of the minute, will be rounded to fit between 0 and 59

currentTimeFunction Func<DateTimeOffset>

current time function

Returns

Schedule