This is preliminary documentation and is subject to change.

ExtendedDateTimeSubtractMonths Method

Subtracts months

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public ExtendedDateTime SubtractMonths(
	int count
)

Parameters

count  Int32
The number of months

Return Value

ExtendedDateTime
An ExtendedDateTime.

See Also