Returns a new DateTime that adds the specified number of seconds 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 AddSeconds(
	double seconds
)

Parameters

seconds
Type: System..::..Double
A number of whole and fractional seconds. 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