This topic describes the syntax and usage of the minute function in Zoho Creator .
The minnute function returns the minutes from a given date-time..
The minute function syntax has the following arguments.
date-time - Required. The date-time from which you want to fetch the hour value. Date-Time should be a date-time field type or as results of toTime() function.
datetime = "Aug 21, 2013 13:10:40";
time = datetime.toTime();