This is preliminary documentation and is subject to change.

ExtendedDateTimeAddYears Method

Adds years

Definition

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

Parameters

count  Int32
The number of years

Return Value

ExtendedDateTime
An ExtendedDateTime.

See Also