| CronMonthly Method (Int32, Int32) |
Returns cron expression that fires every month at the first minute of the
specified day of month and hour in UTC.
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static string Monthly(
int day,
int hour
)
Public Shared Function Monthly (
day As Integer,
hour As Integer
) As String
Parameters
- day
- Type: SystemInt32
The day of month in which the schedule will be activated (1-31). - hour
- Type: SystemInt32
The hour in which the schedule will be activated (0-23).
Return Value
Type:
StringSee Also