System::DateTimeOffset::AddMonths method

DateTimeOffset::AddMonths method

Adds a specified number of months to the DateTimeOffset object.

DateTimeOffset System::DateTimeOffset::AddMonths(int months) const
ParameterTypeDescription
monthsintPositive or negative number of months.

ReturnValue

Result of operation.

See Also