DateAddMonths Method

Add the specified months to the Date

Definition

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

Parameters

months  Int32
the number of months to add

Return Value

Date
the Date result after adding the months

Remarks

Months cannot be added the Date.Empty value.

See Also