# Minutes

| **Name**    | ***Minutes***                                                                           |
| ----------- | --------------------------------------------------------------------------------------- |
| Syntax      | Minutes (TimeSpan timeSpan)                                                             |
| Purpose     | To return the Minutes component of the specified timeSpan.                              |
| Description | Returns Minutes component of the specified timeSpan.                                    |
| Return Type | Int64                                                                                   |
| Parameter   | timeSpan \[System.TimeSpan] – TimeSpan for which the Minutes component will be returned |

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

**Example**

In this example, we will pass the required parameter to the function transformation object using a *Variables* object.

**Note:** The following format will be used for the parameter value: dd:hh:mm:ss

Where,

*timeSpan* = 15.10:13:12

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/S1jOO15FsjY7PQp61XRp/Minutes.png)

In the output window, you can see that the provided value’s Minutes component has been returned.

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