Minute

STD.Date.Minute( time )

timeA time value in the Time_ format.
Return:Minute returns an INTEGER value representing the minute in the range of 0-59.

The Minute function returns the minute from the time value.

Example:

IMPORT STD;
MyTime:= STD.Date.CurrentTime(TRUE);   //Local Time
  
t1 := STD.Date.Minute(MyTime);
    //t1 contains the minute of the current local time