import ByWeek from 'opengate-js/src/operations/catalog/period/pattern/ByWeek.js'ByWeek
Extends:
ByGeneric → ByWeek
Constructor Summary
| Public Constructor | ||
| public |
constructor(parent: BaseOperationBuilder, date: Date, periodicityName: string, end: number or Date) Constructor |
|
Method Summary
| Public Methods | ||
| public |
days(days: array): BaseOperationBuilder At this days will be executed the operation |
|
Public Constructors
public constructor(parent: BaseOperationBuilder, date: Date, periodicityName: string, end: number or Date) source
Constructor
Override:
ByGeneric#constructorParams:
| Name | Type | Attribute | Description |
| 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 |
Public Methods
public days(days: array): BaseOperationBuilder source
At this days will be executed the operation
Params:
| Name | Type | Attribute | Description |
| days | array |
|