Equinox Online Help - Language Reference - A to Z

Home

Minute

Applies to
SyntaxMinute(TimeExpression)
Action[Function] Returns the minute value from a specified time.
ScopeUsable anywhere.
Notes

The function extracts the minute value from TimeExpression and returns it as a number.

CategoryTime handling
See Also Hms, Hmsadd, Hour, Now, Second, Timer
Example

This example extracts the number of minutes from the field StartTime.

number mins

mins = Minute(StartTime)