# FromTicksUtc(Integer ticks)

| **Name**    | ***FromTicksUtc***                                                         |
| ----------- | -------------------------------------------------------------------------- |
| Syntax      | FromTicksUtc(Integer ticks)                                                |
| Purpose     | To get UTC date time for the specified tick value.                         |
| Description | Returns date object representing UTC date for the specified ticks value.   |
| Return Type | DateTime                                                                   |
| Parameter   | ticks \[System.Int64] – UTC ticks for which the date time will be returned |

**Example**

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/MnWE7YSwLGz8VdIKE8vo/0.png)

In this example, we will pass an integer value, representing ticks, to the function transformation object using a *Variables* object.

Where,

*ticks* = 123456789011121314

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/uuacywxfXOhFGNpDGkIQ/1.png)

In the output window you can see that the specified ticks value has been converted into a UTC date time value.

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/6xk0Yegw563leocR8GAv/2.png)


---

# 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://documentation.astera.com/functions/date-time/fromticksutc-integer-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.
