public static ExtendedDateTime AddMonths(
ExtendedDateTime e,
int monthsToAdd,
DayExceedsDaysInMonthStrategy dayExceedsDaysInMonthStrategy
)
Dim e As ExtendedDateTime
Dim monthsToAdd As Integer
Dim dayExceedsDaysInMonthStrategy As DayExceedsDaysInMonthStrategy
Dim returnValue As ExtendedDateTime
returnValue = ExtendedDateTimeCalculator.AddMonths(e, monthsToAdd,
dayExceedsDaysInMonthStrategy)
public:
static ExtendedDateTime^ AddMonths(
ExtendedDateTime^ e,
int monthsToAdd,
DayExceedsDaysInMonthStrategy dayExceedsDaysInMonthStrategy
)
No code example is currently available or this language may not be supported.