CronYearly Method |
Name | Description | |
---|---|---|
Yearly |
Returns cron expression that fires every year on Jan, 1st at 00:00 UTC.
| |
Yearly(Int32) |
Returns cron expression that fires every year in the first day at 00:00 UTC
of the specified month.
| |
Yearly(Int32, Int32) |
Returns cron expression that fires every year at 00:00 UTC of the specified
month and day of month.
| |
Yearly(Int32, Int32, Int32) |
Returns cron expression that fires every year at the first minute of the
specified month, day and hour in UTC.
| |
Yearly(Int32, Int32, Int32, Int32) |
Returns cron expression that fires every year at the specified month, day,
hour and minute in UTC.
|