By Year

ByYear

ByYear Objects

class ByYear()
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

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

At this day will be executed the operation

Arguments:

  • day number

Returns:

  • BaseOperationBuilder

month
function month(month: string) -> 'BaseOperationBuilder,ByYear'

At this month will be executed the operation

Arguments:

  • month string

Returns:

  • BaseOperationBuilder,ByYear