Cron Class |
Namespace: Hangfire
The Cron type exposes the following members.
Name | Description | |
---|---|---|
Daily |
Returns cron expression that fires every day at 00:00 UTC.
| |
Daily(Int32) |
Returns cron expression that fires every day at the first minute of
the specified hour in UTC.
| |
Daily(Int32, Int32) |
Returns cron expression that fires every day at the specified hour and minute
in UTC.
| |
GetDescription | Obsolete.
Converts a Cron expression string into a description.
| |
Hourly |
Returns cron expression that fires every hour at the first minute.
| |
Hourly(Int32) |
Returns cron expression that fires every hour at the specified minute.
| |
Minutely |
Returns cron expression that fires every minute.
| |
Monthly |
Returns cron expression that fires every month at 00:00 UTC of the first
day of month.
| |
Monthly(Int32) |
Returns cron expression that fires every month at 00:00 UTC of the specified
day of month.
| |
Monthly(Int32, Int32) |
Returns cron expression that fires every month at the first minute of the
specified day of month and hour in UTC.
| |
Monthly(Int32, Int32, Int32) |
Returns cron expression that fires every month at the specified day of month,
hour and minute in UTC.
| |
Weekly |
Returns cron expression that fires every week at Monday, 00:00 UTC.
| |
Weekly(DayOfWeek) |
Returns cron expression that fires every week at 00:00 UTC of the specified
day of the week.
| |
Weekly(DayOfWeek, Int32) |
Returns cron expression that fires every week at the first minute
of the specified day of week and hour in UTC.
| |
Weekly(DayOfWeek, Int32, Int32) |
Returns cron expression that fires every week at the specified day
of week, hour and minute in UTC.
| |
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.
|