import ExecuteEveryBuilder from 'opengate-js/src/operations/catalog/period/ExecuteEveryBuilder.js'ExecuteEveryBuilder
Defines the builder to configure a period of operation. By this builder you can select period by day, week, month, year.
Constructor Summary
| Public Constructor | ||
| public |
constructor(parent: BaseOperationBuilder, date: Date, periodicityName: string) Constructor |
|
Method Summary
| Public Methods | ||
| public |
Every day at time defined will be the pattern |
|
| public |
Each month at time and day defined will be the pattern |
|
Public Constructors
public constructor(parent: BaseOperationBuilder, date: Date, periodicityName: string) source
Constructor
Params:
| Name | Type | Attribute | Description |
| parent | BaseOperationBuilder |
|
this is a operationBaseBuilder. |
| date | Date |
|
Date when operation will be executed |
| periodicityName | string | Name associated to periodicity |