CronExpressionString

<< Fare clic per visualizzazione il sommario >>

Percorso:  Il linguaggio OEL > Funzioni >

CronExpressionString

Returns a Cron Expression string combining seconds, minutes, hours, dayOfMonth, month, dayOfWeek and year.

 

Function

CronExpressionString(string minutes, string hours, string dayOfMonth, string month, string dayOfWeek, string year)

 

Input parameters

Name

Description

Type

Optional

minutes

Minutes (0-59, special characters: , - * /)

String

 

hours

Hours (0-23, special characters: , - * /)

String

 

dayOfMonth

Day of month (1-31, special characters: , - * ? / L W)

String

 

month

Month (1-12 or JAN-DEC, special characters: , - * ? /)

String

 

dayOfWeek

Day of week (1-7 or SUN-SAT, special characters: , - * ? / L #)

String

 

year

Year [optional] (1970-2199, special characters: , - * ? /)

String

 

 

Return Value

Value

String