GetMinutesFromUnix

Description

Returns the minutes of a given unix time value (0 to 59). Unix time is represented as the number of seconds since the 1st Jan 1970, it may also be negative.

Definition

integer GetMinutesFromUnix( unixtime )

Parameters