| CronWeekly Method (DayOfWeek, Int32) |
Returns cron expression that fires every week at the first minute
of the specified day of week and hour in UTC.
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static string Weekly(
DayOfWeek dayOfWeek,
int hour
)
Public Shared Function Weekly (
dayOfWeek As DayOfWeek,
hour As Integer
) As String
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).
Return Value
Type:
StringSee Also