Execute Every Builder
ExecuteEveryBuilder
ExecuteEveryBuilder Objects
class ExecuteEveryBuilder()Defines the builder to configure a period of operation. By this builder you can select period by day, week, month, year.
constructor
function constructor()Constructor
Arguments:
parentBaseOperationBuilder - this is a operationBaseBuilder.dateDate - Date when operation will be executedperiodicityNamestring - Name associated to periodicity
day
function day() -> 'BaseOperationBuilder'Every day at time defined will be the pattern
Returns:
BaseOperationBuilder
month
function month(months: array) -> 'ByMonth'Each month at time and day defined will be the pattern
Arguments:
monthsarray - months on will be execute the operation
Returns:
ByMonth
week
function week()year
function year()