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