By Week

ByWeek

ByWeek Objects

class ByWeek()
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
  • end number or Date - When periodicity ends. By repetitions or by date

days
function days(days: array) -> 'BaseOperationBuilder'

At this days will be executed the operation

Arguments:

  • days array

Returns:

  • BaseOperationBuilder