Returns a new DateTime that adds the specified number of minutes to the value of this instance.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public Time AddMinutes(
	double minutes
)

Parameters

minutes
Type: System..::..Double
A number of whole and fractional minutes. The parameter can be negative or positive.

Return Value

A new Time instance whose value is the sum of the date and time represented by this instance and .

See Also