| CronYearly Method (Int32) |
Returns cron expression that fires every year in the first day at 00:00 UTC
of the specified month.
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static string Yearly(
int month
)
Public Shared Function Yearly (
month As Integer
) As String
Parameters
- month
- Type: SystemInt32
The month in which the schedule will be activated (1-12).
Return Value
Type:
StringSee Also