> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/time-functions/hour.md).

# Hour

Kalipso - Form - Expressions - Functions - Functions Descriptions - Time Functions - Hour

This Function returns a *\<string>*, which is the hour of the specified **Time.**

### Parameters

* **Source Time** *\<string> -* Time to get the hour from. This parameter must be in format HHMMDD.

### **Examples**

* *Example 1*

Hour("083422")\
**Result** = 08
