DateAddYears Method

Add the specified years to the Date

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Date AddYears(
	int years
)

Parameters

years  Int32
the number of years to add

Return Value

Date
the Date result after adding the years

Remarks

Years cannot be added the Date.Empty value.

See Also