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