Click or drag to resize
CronDaily Method (Int32)
Returns cron expression that fires every day at the first minute of the specified hour in UTC.

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

Parameters

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

Return Value

Type: String
See Also