# DataType:timestamp

A timestamp represented in milliseconds.

| **Type**                                                                                   | **Member**       | **Description**                                                                            |
| ------------------------------------------------------------------------------------------ | ---------------- | ------------------------------------------------------------------------------------------ |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Days**         | Number of days remaining in the timestamp (3d 2h 23m will return 3)                        |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Hours**        | Number of hours remaining in the timestamp (1hr 23min 53 seconds will return 1)            |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Minutes**      | Number of Minutes remaining in the timestamp (1hr 23min 53 seconds will return 23)         |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Seconds**      | Number of Seconds remaining in the timestamp (1hr 23min 53 seconds will return 53)         |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **TimeDHM**      | Remaining time value formatted in D:H:M (Days:Hours:Minutes)                               |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **TimeHMS**      | Remaining time value formatted in H:M:S                                                    |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **Time**         | Remaining time value formatted in M:S                                                      |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **TotalMinutes** | Total number of remaining minutes in the timestamp (1hr 23min 53 seconds will return 83)   |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **TotalSeconds** | Total number of remaining minutes in the timestamp (1hr 23min 53 seconds will return 5033) |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Raw**          | Remaining time value represented in milliseconds                                           |
| [*float*](/macroquest/data-types-and-top-level-objects/data-types/datatype-float.md)       | **Float**        | timestamp represented in remaining seconds (1hr 23 min 53 seconds will return 5033.00)     |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Ticks**        | Remaining time value represented in ticks                                                  |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **To String**    | Same as **Raw**                                                                            |

### Changelog

* July 9th, 2021: Added Days, TimeDHM


---

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