| CronHourly Method (Int32) |
Returns cron expression that fires every hour at the specified minute.
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static string Hourly(
int minute
)
Public Shared Function Hourly (
minute As Integer
) As String
Parameters
- minute
- Type: SystemInt32
The minute in which the schedule will be activated (0-59).
Return Value
Type:
StringSee Also