# 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://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FbhainK5tIudv1TdjHXnF%2F0.png?alt=media)

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

Where,

*ticks* = 123456789011121314

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FKjfMkDdpHUeds7184E2W%2F1.png?alt=media)

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

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2Fxie75hQsgw48M0DTANjZ%2F2.png?alt=media)
