# DataType:dztimer

Provides information about a dynamic zone lockout timer

## Members

| Type                                                                                                 | Name               | Description                                                                                                              |
| ---------------------------------------------------------------------------------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------ |
| \_\_[*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_       | **ExpeditionName** | The name of the expedition                                                                                               |
| \_\_[*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_       | **EventName**      | The name of the event                                                                                                    |
| \_\_[*timestamp*](/macroquest/data-types-and-top-level-objects/data-types/datatype-timestamp.md)\_\_ | **Timer**          | The timestamp indicating when this lockout expires                                                                       |
| \_\_[*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)\_\_             | **EventID**        | ID of the event. These values are only unique per Expedition. Non-event lockouts (Replay Timer) will have a -1 event id. |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_           | **To String**      | Returns the string formatted as \`ExpeditionName                                                                         |

### Changelog

* July 9th, 2021: Initial version


---

# 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://macroquest.gitbook.io/macroquest/data-types-and-top-level-objects/data-types/datatype-dztimer.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.
