Click or drag to resize
CronWeekly Method (DayOfWeek)
Returns cron expression that fires every week at 00:00 UTC of the specified day of the week.

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static string Weekly(
	DayOfWeek dayOfWeek
)

Parameters

dayOfWeek
Type: SystemDayOfWeek
The day of week in which the schedule will be activated.

Return Value

Type: String
See Also