Extract the minute part from a TDateTime value.
Source position: dateutil.inc line 148
| function MinuteOf( | 
| const AValue: TDateTime | 
| ):Word; | 
| AValue | 
 | Date/time value to extract minute from. | 
Minute part of AValue.
MinuteOf returns the minute of the hour part of the AValue date/time indication. It is a number between 0 and 59.
For an example, see YearOf
| 
 | Extract the year from a given date. | |
| 
 | Extract week (of the year) from a given date. | |
| 
 | Extract the month from a given date. | |
| 
 | Extract the day (of month) part from a TDateTime value. | |
| 
 | Extract the hour part from a TDateTime value. | |
| 
 | Extract the second part from a TDateTime value. | |
| 
 | Extract the millisecond part from a TDateTime value. |