Click or drag to resize
CronYearly Method
Overload List
  NameDescription
Public methodStatic memberYearly
Returns cron expression that fires every year on Jan, 1st at 00:00 UTC.
Public methodStatic memberYearly(Int32)
Returns cron expression that fires every year in the first day at 00:00 UTC of the specified month.
Public methodStatic memberYearly(Int32, Int32)
Returns cron expression that fires every year at 00:00 UTC of the specified month and day of month.
Public methodStatic memberYearly(Int32, Int32, Int32)
Returns cron expression that fires every year at the first minute of the specified month, day and hour in UTC.
Public methodStatic memberYearly(Int32, Int32, Int32, Int32)
Returns cron expression that fires every year at the specified month, day, hour and minute in UTC.
Top
See Also