company logo

DateTime :: minute - Get minutes from time value

The function returns the number of minutes from the time value, i.e. iMinutes from the iHours:iMinutes:iSeconds,iCentiseconds time value.

Return value:  Minute ( int32  )

Minute of the hour.

Implementation overview

Implementation details

  1. - internal feature (not documented)
    int32 DateTime  :: minute (  )
  2. to list
  3. - internal feature (not documented)
    int32 DateTime  :: minute ( int32 iMinute )
    • iMinute - Minute

      Minute of the hour.

  4. to list