# Periodicity Update Builder

## executeEach(date, end)


The operation will execute with a period that you must define with ExecuteEachBuilder 

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **date** | `Date` | ❌ | Date when operation will be executed |
| **end** | `number or Date` | ❌ | When periodicity ends. By repetitions or by date |

### Retorna

{{% notice tip %}}
**Tipo:** `ExecuteEach`
<br>

{{% /notice %}}

---
## executeEvery(date, end)


The operation will execute with a period that you must define with ExecuteEveryBuilder 

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **date** | `Date` | ❌ | Date when operation will be executed |
| **end** | `number or Date` | ❌ | When periodicity ends. By repetitions or by date |

### Retorna

{{% notice tip %}}
**Tipo:** `ExecuteEvery`
<br>

{{% /notice %}}

---

