# Minute

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

### Parameters

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

### **Examples**

* *Example 1*

Minute("083422")\
**Result** = 34
