This is preliminary documentation and is subject to change.

ExtendedDateTimeSubtractYears Method

Subtracts years

Definition

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

Parameters

count  Int32
The number of years

Return Value

ExtendedDateTime
An ExtendedDateTime.

See Also