This is preliminary documentation and is subject to change.

ExtendedDateTimeAddMonths Method

Adds months

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public ExtendedDateTime AddMonths(
	int count,
	DayExceedsDaysInMonthStrategy dayExceedsDaysInMonthStrategy = DayExceedsDaysInMonthStrategy.RoundDown
)

Parameters

count  Int32
The number of months to add
dayExceedsDaysInMonthStrategy  DayExceedsDaysInMonthStrategy  (Optional)
How days exceeding days in months should be handled

Return Value

ExtendedDateTime
An ExtendedDateTime.

See Also