IncMinute returns the given date, incremented by the number of minutes given as the ANumberOfMinutes parameter.
ANumberOfMinutes can be negative, to return a date, earlier by the specified number of minutes.
The time of day specified by AValue is copied to the result.
Declaration: Function IncMinute(const AValue: TDateTime; const ANumberOfMinutes: Int64): TDateTime;
This is a simple example.