Click or drag to resize
CronWeekly Method (DayOfWeek, Int32, Int32)
Returns cron expression that fires every week at the specified day of week, hour and minute in UTC.

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

Parameters

dayOfWeek
Type: SystemDayOfWeek
The day of week in which the schedule will be activated.
hour
Type: SystemInt32
The hour in which the schedule will be activated (0-23).
minute
Type: SystemInt32
The minute in which the schedule will be activated (0-59).

Return Value

Type: String
See Also