![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Time functions > Minute function |
|
|
| Minute function |
| Format |
Minute(time) |
| Parameter |
| time - any time value or field of type time |
| Data type returned |
| number |
| Description |
| Returns a number representing the number of minutes in time. |
| Examples |
| Minute("12:15:23") returns 15. |
| Hour(Duration) + (Minute(Duration)/60) returns 2.5, if the Duration time field contains 2:30:15. |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Time functions > Minute function | Next Page |