addSeconds

addSeconds(value)

Adds the specified number of seconds to the value of this instance.

ParameterTypeDescription
valuefloatA number of whole and fractional seconds. The value parameter can be negative or positive.

Returns: A DateTime object whose value is the sum of the date and time represented by this instance and the number of seconds represented by value.