This is preliminary documentation and is subject to change.

ExtendedDateTimeCalculatorAddMonths Method

Adds the months.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static ExtendedDateTime AddMonths(
	ExtendedDateTime e,
	int monthsToAdd,
	DayExceedsDaysInMonthStrategy dayExceedsDaysInMonthStrategy
)

Parameters

e  ExtendedDateTime
The e.
monthsToAdd  Int32
The months to add.
dayExceedsDaysInMonthStrategy  DayExceedsDaysInMonthStrategy
The day exceeds days in month strategy.

Return Value

ExtendedDateTime
An ExtendedDateTime.

See Also