MinutesFromTime function returns the minute portion of a time.
Input: time
Output: minutes (int8)
Examples. If mylink.mytime contains the time 23:20:50, then the two following functions are equivalent, and return the value 20:
MinutesFromTime(“23:20:50”)
MinutesFromTime(mylink.mytime)
Input: time
Output: minutes (int8)
Examples. If mylink.mytime contains the time 23:20:50, then the two following functions are equivalent, and return the value 20:
MinutesFromTime(“23:20:50”)
MinutesFromTime(mylink.mytime)
You can watch video tutorial of this function here: