# DataType:ticks

Contains all the data related to the ticks time object

## Members

| **Type**                                                                                   | **Member**       | **Description**                                                           |
| ------------------------------------------------------------------------------------------ | ---------------- | ------------------------------------------------------------------------- |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Hours**        | The number of hours in HH:MM:SS (0-23)                                    |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Minutes**      | The number of minutes in HH:MM:SS (1-59)                                  |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Seconds**      | The number of seconds in HH:MM:SS (1-59)                                  |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **TotalMinutes** | The total number of minutes                                               |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **TotalSeconds** | The total number of seconds                                               |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Ticks**        | The value in ticks                                                        |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **Time**         | Time in the form MM:SS                                                    |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **TimeHMS**      | Time in the form HH:MM:SS (if there are no hours, the form will be MM:SS) |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **To String**    | Same as **Ticks**                                                         |


---

# 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-ticks.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.
