# Campo Hora

### Tipo de widget

En el esquema se representa como

> "widget\_type": "TIME\_FIELD"

### Lectura

A la hora de leer este tipo de widget, obtenemos un valor de tipo number que representa los minutos del día transcurridos desde las 00:00 hs. En el ejemplo: 777, simboliza las 12:57, ya que&#x20;

12 \* 60 + 57 = 777

```json
{
    ...
    "FW9ilaip": 777,
    ...
}
```

### Escritura

Cuando insertamos o omodificamos un formulario, en el field correspondiente a este widget, debemos colocar un number que represente los minutos del día transcurridos desde las 00:00 hs, como se menciona arriba.

```json
{
    ...
    "FW9ilaip": 777,
    ...
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.api.persat.com.ar/modulos/formularios-digitales/tipos-de-widgets/campo-hora.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
