By Month

ByMonth

ByMonth Objects

class ByMonth()
constructor
function constructor()

Constructor

Arguments:

  • parent BaseOperationBuilder - this is a operationBaseBuilder.
  • date Date - Date when operation will be executed
  • periodicityName string - Name associated to periodicity
  • months array - Months on will be execute the operation
  • end number or Date - When periodicity ends. By repetitions or by date

day
function day(day: number) -> 'BaseOperationBuilder'

At this day will be executed the operation

Arguments:

  • day number

Returns:

  • BaseOperationBuilder