# FromTicksLocal(Integer ticks)

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

**Example**

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

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

Where,

*ticks* = 123456789101111213

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

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

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