Click or drag to resize
CronHourly Method (Int32)
Returns cron expression that fires every hour at the specified minute.

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static string Hourly(
	int minute
)

Parameters

minute
Type: SystemInt32
The minute in which the schedule will be activated (0-59).

Return Value

Type: String
See Also