CronWeekly Method |
Name | Description | |
---|---|---|
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.
|