System::DateTimeOffset::AddSeconds method

DateTimeOffset::AddSeconds method

Adds a specified number of seconds to the DateTimeOffset object.

DateTimeOffset System::DateTimeOffset::AddSeconds(double seconds) const
ParameterTypeDescription
secondsdoublePositive or negative number of seconds.

ReturnValue

Result of operation.

See Also