Table of Contents

Method MinuteOfHour

Namespace
Eon
Assembly
Eon.dll

MinuteOfHour(uint, Func<DateTimeOffset>?)

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

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

Parameters

minute uint

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

currentTimeFunction Func<DateTimeOffset>

current time function

Returns

Schedule