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