System::DateTimeOffset::Add method

DateTimeOffset::Add method

Adds a specified time interval to the DateTimeOffset object.

DateTimeOffset System::DateTimeOffset::Add(TimeSpan value) const
ParameterTypeDescription
valueTimeSpanPositive or a negative time interval.

ReturnValue

Result of operation.

See Also