| CronWeekly Method (DayOfWeek) |
Returns cron expression that fires every week at 00:00 UTC of the specified
day of the week.
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static string Weekly(
DayOfWeek dayOfWeek
)
Public Shared Function Weekly (
dayOfWeek As DayOfWeek
) As String
Parameters
- dayOfWeek
- Type: SystemDayOfWeek
The day of week in which the schedule will be activated.
Return Value
Type:
StringSee Also