DateAddYears Method
Add the specified years to the
DateNamespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Date AddYears(
int years
)
Public Function AddYears (
years As Integer
) As Date
member AddYears :
years : int -> Date
- years Int32
- the number of years to add
Datethe
Date result after adding the years
Years cannot be added the Date.
Empty value.