# TIME

## Content

This function returns the TimeSpan object for a specified time.

## Syntax

`TIME(hour, minutes, seconds)`

## Arguments

This function has these arguments:

| Argument | Description |
| -------- | ----------- |
| *hour* | [Required] Hour as a number from 0 to 23. |
| *minutes* | [Required] Minutes as a number from 0 to 59. |
| *seconds* | [Required] Seconds as a number from 0 to 59. |

## Examples

`TIME(A1,B1,C1)`
`TIME(R1C1,R1C2,R1C3)`